{ "opencollection": "1.0.0", "info": { "name": "Academy Software Foundation - OpenCue Hosts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Hosts", "type": "folder" }, "items": [ { "info": { "name": "Academy Software Foundation List Hosts", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/api/host", "params": [ { "name": "state", "value": "UP", "type": "query", "description": "Filter hosts by state (UP, DOWN, REPAIR)" } ] }, "docs": "List all render host machines registered in the farm." } ] } ], "bundled": true }