{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Alarm Templates API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Alarm Templates", "type": "folder" }, "items": [ { "info": { "name": "listOrgAlarmTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org Alarm Templates" }, { "info": { "name": "createOrgAlarmTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Available rules can be found in [List Alarm Definitions#](/#operations/listAlarmDefinitions)\n\nThe delivery dict is only required if different from the template delivery settings." }, { "info": { "name": "listOrgSuppressedAlarms", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates/suppress", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "scope", "value": "", "type": "query", "description": "Returns both scopes if not specified" } ] }, "docs": "Get List of Org Alarms Currently Suppressed" }, { "info": { "name": "suppressOrgAlarm", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates/suppress", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "In certain situations, for example, scheduled maintenance, you may want to suspend alarms to be triggered against Sites for a period of time." }, { "info": { "name": "unsuppressOrgSuppressedAlarms", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates/suppress", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Un-Suppress Suppressed Alarms" }, { "info": { "name": "getOrgAlarmTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates/:alarmtemplate_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "alarmtemplate_id", "value": "", "type": "path" } ] }, "docs": "Get Org Alarm Template Details" }, { "info": { "name": "updateOrgAlarmTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates/:alarmtemplate_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "alarmtemplate_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org Alarm Template" }, { "info": { "name": "deleteOrgAlarmTemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/alarmtemplates/:alarmtemplate_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "alarmtemplate_id", "value": "", "type": "path" } ] }, "docs": "Delete Org Alarm Template" } ] } ], "bundled": true }