API Guide

Table Of Contents
Response Status Codes
Table 106. Response Status Codes
HTTP Status Code Reason
200 Device retrieved from inventory
404 Device not found in inventory
/ManagedDevice/{refId}
Desciption
Update Device in Inventory
Method
put
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Table 107. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A Device to be
updated to
N/A body ManagedDevice
refId (required) Reference Id N/A path string
Response Status Codes
Table 108. Response Status Codes
HTTP Status Code Reason
201 Device updated in inventory
400 Invalid Device
404 Device not found in inventory
70