{ "opencollection": "1.0.0", "info": { "name": "Broadcom Operations for Applications REST Alerts Sources API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Broadcom List sources", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/source", "params": [ { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns all sources." }, { "info": { "name": "Broadcom Get a source", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/source/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the specified source." } ] } ], "bundled": true }