{ "opencollection": "1.0.0", "info": { "name": "Broadcom Operations for Applications REST Alerts Events API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Broadcom List events", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/event", "params": [ { "name": "earliestStartTimeEpochMillis", "value": "", "type": "query" }, { "name": "latestStartTimeEpochMillis", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns events matching the specified filters." }, { "info": { "name": "Broadcom Create an event", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.wavefront.com/api/v2/event", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new event." } ] } ], "bundled": true }