API Guide

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