{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin server API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "server", "type": "folder" }, "items": [ { "info": { "name": "server-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/server.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "server-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.one", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "server-getDefaultCommand", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.getDefaultCommand", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "server-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.all" } }, { "info": { "name": "server-allForPermissions", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.allForPermissions" } }, { "info": { "name": "server-count", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.count" } }, { "info": { "name": "server-withSSHKey", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.withSSHKey" } }, { "info": { "name": "server-buildServers", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.buildServers" } }, { "info": { "name": "server-setup", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/server.setup", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "server-validate", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.validate", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "server-security", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.security", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "server-setupMonitoring", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/server.setupMonitoring", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "server-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/server.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "server-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/server.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "server-publicIp", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.publicIp" } }, { "info": { "name": "server-getServerTime", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.getServerTime" } }, { "info": { "name": "server-getServerMetrics", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/server.getServerMetrics", "params": [ { "name": "url", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query" }, { "name": "dataPoints", "value": "", "type": "query" } ] } } ] } ], "bundled": true }