{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Status API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Machine Status", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/GetMachineStatus", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the overall machine status including each resource's state." }, { "info": { "name": "Viam Get Version", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/GetVersion", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the viam-server version and platform metadata." }, { "info": { "name": "Viam Get Cloud Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/GetCloudMetadata", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the org/location/machine id that the device is registered to." }, { "info": { "name": "Viam Shutdown", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/Shutdown", "body": { "type": "json", "data": "{}" } }, "docs": "Cleanly shut down viam-server on the device." }, { "info": { "name": "Viam Stop All", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/StopAll", "body": { "type": "json", "data": "{}" } }, "docs": "Stop all components on the machine." }, { "info": { "name": "Viam Log", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/Log", "body": { "type": "json", "data": "{}" } }, "docs": "Submit log entries to viam-server." } ] } ], "bundled": true }