API Guide

/ManagedDevice/{refId}
Description
Retrieve Device from Inventory based on refId
Method
get
Response Class
ManagedDevice
Response Content-Type: application/xml, application/json
Parameters
Table 115. Parameters
Parameter Value Description Default Value Parameter Type Data Type
refId (required) Reference Id N/A path string
Response Status Codes
Table 116. Response Status Codes
HTTP Status Code Reason
200 Device retrieved from inventory
404 Device not found in inventory
/ManagedDevice/{refId}
Description
Update Device in Inventory
Method
put
Response Class
void
Response Content-Type: application/xml, application/json
63