{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Machine Parts API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Machine Parts", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Machine Parts", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetRobotParts", "body": { "type": "json", "data": "{}" } }, "docs": "List parts (viam-server processes) that make up a machine." }, { "info": { "name": "Viam Get Machine Part", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetRobotPart", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a single machine part." }, { "info": { "name": "Viam Create Machine Part", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/NewRobotPart", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new machine part." }, { "info": { "name": "Viam Restart Machine Part", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/MarkPartForRestart", "body": { "type": "json", "data": "{}" } }, "docs": "Schedule a restart for a machine part." }, { "info": { "name": "Viam Get Machine Part Logs", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetRobotPartLogs", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve logs from a machine part." } ] } ], "bundled": true }