{ "opencollection": "1.0.0", "info": { "name": "HP PrintOS Device Analytics Devices API", "version": "1.0.0" }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List Devices", "type": "http" }, "http": { "method": "GET", "url": "https://printos.api.hp.com/devices" }, "docs": "Retrieve a list of provisioned print devices." }, { "info": { "name": "Provision Device", "type": "http" }, "http": { "method": "POST", "url": "https://printos.api.hp.com/devices", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new device with the PrintOS Cloud Platform." }, { "info": { "name": "Update Device Status", "type": "http" }, "http": { "method": "PUT", "url": "https://printos.api.hp.com/devices/:deviceId/status", "params": [ { "name": "deviceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send device status update to the platform." } ] } ], "bundled": true }