{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Stream Alert Rules API", "version": "1.2" }, "items": [ { "info": { "name": "Stream Alert Rules", "type": "folder" }, "items": [ { "info": { "name": "Get Stream Alert Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/alertRules", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "offset", "value": "1", "type": "query", "description": "offset" }, { "name": "limit", "value": "10", "type": "query", "description": "number of records to fetch" } ] }, "docs": "This API provides capability to retrieve stream alert rules" }, { "info": { "name": "Create Stream Alert Rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/alertRules", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create user's Stream Alert Rules" }, { "info": { "name": "Get Stream Alert Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/alertRules/:alertRuleId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "alertRuleId", "value": "", "type": "path", "description": "alert rule UUID" } ] }, "docs": "This API provides capability to get user's stream alert rules" }, { "info": { "name": "Update Stream Alert Rules", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/alertRules/:alertRuleId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "alertRuleId", "value": "", "type": "path", "description": "alert rule UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to update a user's stream alert rule" }, { "info": { "name": "Delete Stream Alert Rules", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/alertRules/:alertRuleId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "alertRuleId", "value": "", "type": "path", "description": "alert rule UUID" } ] }, "docs": "This API provides capability to delete a user's stream alert rule" } ] } ], "bundled": true }