{ "opencollection": "1.0.0", "info": { "name": "SF Compute Account Nodes API", "version": "v0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Nodes", "type": "folder" }, "items": [ { "info": { "name": "List instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/instances" }, "docs": "List instances" }, { "info": { "name": "Get an instance", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/instances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an instance" }, { "info": { "name": "List VM instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.sfcompute.com/v0/vms/instances" }, "docs": "List VM instances" } ] } ], "bundled": true }