Previous
Device Management API

The Groups API contains the following operations:
| Operation | Description |
|---|---|
| Create devices group | Creates a static or config group and optionally assigns devices. When creating a config group, optionally assigns a configuration template. |
| Delete devices group | Deletes one or more static or config groups by group name. It is recommended to limit to 100 groups per call for performance reasons. |
| Generate Device Operation for Group | Generates an operation for one or more device groups, with the option to schedule the operation. Available operations include apply template, firmware update, and reboot. It is recommended to limit to 100 group names per call for performance reasons. |
| Get deviceimei’s Group List | Retrieves all groups, including group information, associated with a device. Group information includes type of group (static or config), number of devices in group, alarm and license count, and template information if a config group. |
| Get group devices list | Retrieves a list of all devices, including brief device information, associated with a group name. Device information includes name, IMEI, model, firmware version, connection state, mobile carrier information, alarm count, and whether there is a config group template mismatch. |
| Get Tenant Group List | Provides a list of all device groups in a tenant. |
| Update device group | Allows editing of device groups in a tenant. |