{ "opencollection": "1.0.0", "info": { "name": "Opentrons HTTP Attached Instruments Health API", "version": "4" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Get server health", "type": "http" }, "http": { "method": "GET", "url": "http://{robotIP}:31950/health" }, "docs": "Get information about the health of the robot server. Use the health endpoint to check that the robot server is running and ready to operate. A 200 OK response means the server is running. The response includes information about the software and system." } ] } ], "bundled": true }