{ "opencollection": "1.0.0", "info": { "name": "Broadcom Operations for Applications REST Alerts API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Broadcom List alerts", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/alert", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns all alerts." }, { "info": { "name": "Broadcom Create an alert", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.wavefront.com/api/v2/alert", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new alert." }, { "info": { "name": "Broadcom Get an alert", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/alert/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the specified alert." }, { "info": { "name": "Broadcom Update an alert", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.wavefront.com/api/v2/alert/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified alert." }, { "info": { "name": "Broadcom Delete an alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.wavefront.com/api/v2/alert/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes the specified alert." } ] } ], "bundled": true }