{ "opencollection": "1.0.0", "info": { "name": "smolfleet apikeys machines API", "version": "0.1.0" }, "items": [ { "info": { "name": "machines", "type": "folder" }, "items": [ { "info": { "name": "machine_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/machines" } }, { "info": { "name": "machine_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "machine_get", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/machines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smolmachines.com/v1/machines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_code", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/code", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "machine_events", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/machines/:id/events", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_exec", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/exec", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "machine_file_download", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/machines/:id/files", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_file_upload", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/files", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_session_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/machines/:id/sessions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_session_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/sessions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "machine_session_delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smolmachines.com/v1/machines/:id/sessions/:session_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" }, { "name": "session_id", "value": "", "type": "path", "description": "Session id" } ] } }, { "info": { "name": "machine_session_exec", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/sessions/:session_id/exec", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" }, { "name": "session_id", "value": "", "type": "path", "description": "Session id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "machine_start", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/start", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } }, { "info": { "name": "machine_stop", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/machines/:id/stop", "params": [ { "name": "id", "value": "", "type": "path", "description": "Machine id" } ] } } ] } ], "bundled": true }