Create and update device groups
Creates and updates device groups.
Update Group
Updates the details of a device group with one of these actions:
- Rename a device group
- Change the set of devices residing in a device group
- Change knowledge base articles assigned to a device group
- Add a device group as a child under an existing device group (the parent)
Add a device group as a child in an existing device group The existing device group becomes the parent of the child device group.
Path Parameters
- clientId
Describes the clientId of the tenant
Request Body
application/json
- id
- name
Unique name for the device group. The device group is identified with this name.
- entityType
Type of resources in a group. Example: DEVICE_GROUP, SNS
- kbArticlesIds
Knowledge base articleId to be attached to resouce groupId.
- filterCriteria
- createdDate
- updatedDate
- parent
Add a device group as child under an existing device group (parent). This field is mandatory while adding a child device group to parent device group.
Responses
- id
- name
Unique name for the device group. The device group is identified with this name.
- entityType
Type of resources in a group. Example: DEVICE_GROUP, SNS
- kbArticlesIds
Knowledge base articleId to be attached to resouce groupId.
- filterCriteria
- createdDate
- updatedDate
- parent
Add a device group as child under an existing device group (parent). This field is mandatory while adding a child device group to parent device group.