{ "opencollection": "1.0.0", "info": { "name": "Proxmox VE Access Containers API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Containers", "type": "folder" }, "items": [ { "info": { "name": "Create LXC container", "type": "http" }, "http": { "method": "POST", "url": "https://{server}:8006/api2/json/nodes/:node/lxc", "params": [ { "name": "node", "value": "", "type": "path", "description": "Name of the Proxmox VE node (cluster member)." } ] }, "docs": "Create LXC container" }, { "info": { "name": "Start LXC container", "type": "http" }, "http": { "method": "POST", "url": "https://{server}:8006/api2/json/nodes/:node/lxc/:vmid/status/start", "params": [ { "name": "node", "value": "", "type": "path", "description": "Name of the Proxmox VE node (cluster member)." }, { "name": "vmid", "value": "", "type": "path", "description": "Numeric VM/container identifier." } ] }, "docs": "Start LXC container" } ] } ], "bundled": true }