device group REST Endpoints

inventory/device group
Device group APIs.
Add a Device Group
Method: post
Path: /{versionId}/inventory/deviceMgmt/deviceGroups
Delete a Device Group
Method: delete
Path: /{versionId}/inventory/deviceMgmt/deviceGroups/{groupId}
Get Device Group Information
Method: get
Path: /{versionId}/inventory/deviceMgmt/deviceGroups/{groupId}
Get Existing Device Groups
Method: get
Path: /{versionId}/inventory/deviceMgmt/deviceGroups
Update a Device Group
Method: put
Path: /{versionId}/inventory/deviceMgmt/deviceGroups/{groupId}