{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Device Profiles API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Device Profiles", "type": "folder" }, "items": [ { "info": { "name": "listOrgDeviceProfiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org Device Profiles" }, { "info": { "name": "createOrgDeviceProfile", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Device Profile" }, { "info": { "name": "getOrgDeviceProfile", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles/:deviceprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "deviceprofile_id", "value": "", "type": "path" } ] }, "docs": "Get Org device Profile Details" }, { "info": { "name": "updateOrgDeviceProfile", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles/:deviceprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "deviceprofile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org Device Profile" }, { "info": { "name": "deleteOrgDeviceProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles/:deviceprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "deviceprofile_id", "value": "", "type": "path" } ] }, "docs": "Delete Org Device Profile" }, { "info": { "name": "assignOrgDeviceProfile", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles/:deviceprofile_id/assign", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "deviceprofile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign Org Device Profile to Devices" }, { "info": { "name": "unassignOrgDeviceProfile", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/deviceprofiles/:deviceprofile_id/unassign", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "deviceprofile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unassign Org Device Profile from Devices" } ] } ], "bundled": true }