{ "opencollection": "1.0.0", "info": { "name": "Proxmox VE Access Nodes API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Nodes", "type": "folder" }, "items": [ { "info": { "name": "Get node status", "type": "http" }, "http": { "method": "GET", "url": "https://{server}:8006/api2/json/nodes/:node/status", "params": [ { "name": "node", "value": "", "type": "path", "description": "Name of the Proxmox VE node (cluster member)." } ] }, "docs": "Return runtime status of the named Proxmox node." } ] } ], "bundled": true }