{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs SecIntel Profiles API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs SecIntel Profiles", "type": "folder" }, "items": [ { "info": { "name": "listOrgSecIntelProfiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/secintelprofiles", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Sec Intel Profiles" }, { "info": { "name": "createOrgSecIntelProfile", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/secintelprofiles", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Sec Intel Profiles" }, { "info": { "name": "getOrgSecIntelProfile", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/secintelprofiles/:secintelprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "secintelprofile_id", "value": "", "type": "path" } ] }, "docs": "Get Sec Intel Profile" }, { "info": { "name": "createOrgSecIntelProfile", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/secintelprofiles/:secintelprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "secintelprofile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Sec Intel Profile" }, { "info": { "name": "deleteOrgSecIntelProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/secintelprofiles/:secintelprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "secintelprofile_id", "value": "", "type": "path" } ] }, "docs": "Delete Sec Intel Profile" } ] } ], "bundled": true }