{ "opencollection": "1.0.0", "info": { "name": "SF Compute Account VMs API", "version": "v0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "VMs", "type": "folder" }, "items": [ { "info": { "name": "List VM instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/api/vms/instances" }, "docs": "List VM instances" }, { "info": { "name": "Replace VM", "type": "http" }, "http": { "method": "POST", "url": "https://api.sfcompute.com/v0/api/vms/replace" }, "docs": "Replace VM" }, { "info": { "name": "Get VM logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/api/vms/:id/logs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get VM logs" }, { "info": { "name": "Get SSH info", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/api/vms/:id/ssh", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get SSH info" }, { "info": { "name": "Get startup script", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/api/vms/:id/startup-script", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get startup script" }, { "info": { "name": "Set startup script", "type": "http" }, "http": { "method": "POST", "url": "https://api.sfcompute.com/v0/api/vms/:id/startup-script", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Set startup script" } ] } ], "bundled": true }