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