{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin swarm API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "swarm", "type": "folder" }, "items": [ { "info": { "name": "swarm-getNodes", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/swarm.getNodes", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "swarm-getNodeInfo", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/swarm.getNodeInfo", "params": [ { "name": "nodeId", "value": "", "type": "query" }, { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "swarm-getNodeApps", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/swarm.getNodeApps", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "swarm-getContainerStats", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/swarm.getContainerStats", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } } ] } ], "bundled": true }