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

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • idstring

  • namestring

    Unique name for the device group. The device group is identified with this name.

  • entityTypestring

    Type of resources in a group. Example: DEVICE_GROUP, SNS

  • kbArticlesIdsarray of strings

    Knowledge base articleId to be attached to resouce groupId.

  • filterCriteriaobject

  • createdDatestring

  • updatedDatestring

  • parentobject

    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.

Loading Examples...

Responses

  • idstring

  • namestring

    Unique name for the device group. The device group is identified with this name.

  • entityTypestring

    Type of resources in a group. Example: DEVICE_GROUP, SNS

  • kbArticlesIdsarray of strings

    Knowledge base articleId to be attached to resouce groupId.

  • filterCriteriaobject

  • createdDatestring

  • updatedDatestring

  • parentobject

    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.

Loading Examples...