{ "opencollection": "1.0.0", "info": { "name": "smolfleet apikeys nodes API", "version": "0.1.0" }, "items": [ { "info": { "name": "nodes", "type": "folder" }, "items": [ { "info": { "name": "node_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/nodes" } }, { "info": { "name": "node_register", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/nodes/register", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "node_credential_revoke", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smolmachines.com/v1/nodes/:id/credential", "params": [ { "name": "id", "value": "", "type": "path", "description": "Node id" } ] } }, { "info": { "name": "node_drain", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/nodes/:id/drain", "params": [ { "name": "id", "value": "", "type": "path", "description": "Node id" } ] } }, { "info": { "name": "node_heartbeat", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/nodes/:id/heartbeat", "params": [ { "name": "id", "value": "", "type": "path", "description": "Node id" } ] } } ] } ], "bundled": true }