CreateDeviceGroupRequest
Create request for a new device group and optionally add devices to the group.
CreateDeviceGroupRequest
Create request for a new device group and optionally add devices to the group.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
accountName | string | Yes | The Verizon billing account that the device group will belong to. An account name is usually numeric, and must include any leading zeros. |
groupDescription | string | Yes | A description for the device group. |
groupName | string | Yes | The name for the new device group. This name must be unique within the specified account. |
devicesToAdd | array | No | Zero or more devices to add to the device group. You can use POST /devices/actions/list to get a list of all devices in the account. |