API Guide

Parameters
Table 75. 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 76. 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
/DeviceGroup/{refId}
Description
Delete Device Group from Inventory
Method
delete
Response Class
Response
Response Content-Type: application/xml, application/json
Parameters
Table 77. Parameters
Parameter Value Description Default Value Parameter Type Data Type
refId (required) Reference Id N/A path string
Response Status Codes
Table 78. Response Status Codes
HTTP Status Code Reason
204 Device Group deleted from inventory
400 Unable to delete Device Group from inventory
50