{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Integration Cradlepoint API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Integration Cradlepoint", "type": "folder" }, "items": [ { "info": { "name": "testOrgCradlepointConnection", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/cradlepoint/setup", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "This tests the Cradlepoint integration in Mist" }, { "info": { "name": "setupOrgCradlepointConnectionToMist", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/cradlepoint/setup", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This sets up cradlepoint webhooks to send events to Mist" }, { "info": { "name": "updateOrgCradlepointConnectionToMist", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/cradlepoint/setup", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This updates the Cradlepoint integration settings in Mist" }, { "info": { "name": "deleteOrgCradlepointConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/cradlepoint/setup", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "This deletes the Cradlepoint integration in Mist" }, { "info": { "name": "syncOrgCradlepointRouters", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/cradlepoint/sync", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "This syncs cradlepoint devices with Mist. We’ll also attempt to use the LLDP data from cradlepoint to identify the linkage against Mist Site / Device" } ] } ], "bundled": true }