{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService NodeService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "NodeService", "type": "folder" }, "items": [ { "info": { "name": "ListNodes", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/nodes/:clusterId", "params": [ { "name": "clusterId", "value": "", "type": "path" } ] } }, { "info": { "name": "GetNode", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/nodes/:clusterId/:nodeId", "params": [ { "name": "clusterId", "value": "", "type": "path" }, { "name": "nodeId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }