{ "opencollection": "1.0.0", "info": { "name": "Broadcom Operations for Applications REST Alerts Network Pools API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Network Pools", "type": "folder" }, "items": [ { "info": { "name": "Broadcom List network pools", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/network-pools" }, "docs": "Returns all network pools." }, { "info": { "name": "Broadcom Create a network pool", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.wavefront.com/api/v2/network-pools", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new network pool." } ] } ], "bundled": true }