{ "opencollection": "1.0.0", "info": { "name": "Broadcom Operations for Applications REST Alerts Clusters API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "Broadcom List clusters", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/clusters" }, "docs": "Returns all clusters." }, { "info": { "name": "Broadcom Get cluster details", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/clusters/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details of the specified cluster." }, { "info": { "name": "Broadcom Update a cluster", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.wavefront.com/api/v2/clusters/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified cluster configuration, such as expanding or shrinking." }, { "info": { "name": "Broadcom List clusters", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.wavefront.com/api/v2/vcenter/cluster", "params": [ { "name": "filter.names", "value": "", "type": "query" } ] }, "docs": "Returns information about clusters in the vCenter Server." } ] } ], "bundled": true }