API Guide

/DeviceGroup/
Description
Create Device Group in Inventory
Method
post
Response Class
DeviceGroup
Response Content-Type: application/xml, application/json
Parameters
Table 73. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A N/A body DeviceGroup
Response Status Codes
Table 74. Response Status Codes
HTTP Status Code Reason
201 Device Group created in inventory
400 Invalid Device Group object to create in inventory, rst error
encountered error causes an error response to return. Call will
not return a list of errors.
409 Group already exists in inventory, rst error encountered error
causes an error response to return. Call will not return a list of
errors.
/DeviceGroup/{refId}
Description
Retrieve Device Group from Inventory based on refId
Method
get
Response Class
DeviceGroup
Response Content-Type: application/xml, application/json
49