{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AnomalyAlerting API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AnomalyAlerting", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Query A Single Anomaly Alerting Configuration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alert/anomaly/configurations/:configurationId", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "anomaly alerting configuration unique id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update Anomaly Alerting Configuration", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/alert/anomaly/configurations/:configurationId", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "anomaly alerting configuration unique id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete Anomaly Alerting Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/alert/anomaly/configurations/:configurationId", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "anomaly alerting configuration unique id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Anomaly Alerting Configuration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/alert/anomaly/configurations" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Query Alerts Under Anomaly Alerting Configuration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/alert/anomaly/configurations/:configurationId/alerts/query", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "anomaly alerting configuration unique id" }, { "name": "$skip", "value": "", "type": "query", "description": "for paging, skipped number" }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "the maximum number of items in one page" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Query Anomalies Under A Specific Alert", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alert/anomaly/configurations/:configurationId/alerts/:alertId/anomalies", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "anomaly alerting configuration unique id" }, { "name": "alertId", "value": "", "type": "path", "description": "alert id" }, { "name": "$skip", "value": "", "type": "query", "description": "for paging, skipped number" }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "the maximum number of items in one page" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Query Incidents Under A Specific Alert", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alert/anomaly/configurations/:configurationId/alerts/:alertId/incidents", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "anomaly alerting configuration unique id" }, { "name": "alertId", "value": "", "type": "path", "description": "alert id" }, { "name": "$skip", "value": "", "type": "query", "description": "for paging, skipped number" }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "the maximum number of items in one page" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }