Reference Guide
Response Status Codes
HTTP Status Code Reason
201 Device updated in inventory
400 Invalid Device
404 Device not found in inventory
/ManagedDevice/{refId} GET
Description
Retrieve Device from Inventory based on refId
Method
GET
Response Class
ManagedDevice
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
refId (required) Reference Id N/A path string
Response Status Codes
HTTP Status Code Reason
200 Device retrieved from inventory
404 Device not found in inventory
/ManagedDevice/count GET
Description
Retrieve Device total count
Method
GET
47