device-groups REST Endpoints
inventory/device-groups
Device group APIs.
- Add a Device Group
- Method: postPath:
/rest/{versionId}/inventory/device-mgmt/device-groups - Delete a Device Group
- Method: deletePath:
/rest/{versionId}/inventory/device-mgmt/device-groups/{groupId} - Get Device Group Information
- Method: getPath:
/rest/{versionId}/inventory/device-mgmt/device-groups/{groupId} - Get Existing Device Groups
- Method: getPath:
/rest/{versionId}/inventory/device-mgmt/device-groups - Update a Device Group
- Method: putPath:
/rest/{versionId}/inventory/device-mgmt/device-groups/{groupId}