{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Licenses API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Licenses", "type": "folder" }, "items": [ { "info": { "name": "claimOrgLicense", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/claim", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Claim Org licenses / activation codes" }, { "info": { "name": "GetOrgLicenseAsyncClaimStatus", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/claim/status", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "detail", "value": "", "type": "query", "description": "Request license details" } ] }, "docs": "Get Processing Status for Async Claim" }, { "info": { "name": "getOrgLicensesSummary", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/licenses", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Get the list of licenses" }, { "info": { "name": "moveOrDeleteOrgLicenseToAnotherOrg", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/licenses", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move, Undo Move or Delete Org License to Another Org\nIf the admin has admin privilege against the `org_id` and `dst_org_id`, he can move some of the licenses to another Org. Given that: \n1. the specified license is currently active \n2. there’s enough licenses left in the specified license (by subscription_id) \n3. there will still be enough entitled licenses for the type of license after the amendment" }, { "info": { "name": "getOrgLicensesBySite", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/licenses/usages", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Get Licenses Usage by Sites\nThis shows license usage (i.e. needed) based on the features enabled for the site." } ] } ], "bundled": true }