Device management

Create or update a device group.

put/deviceupdate/{instanceId}/v2/management/groups/{groupId}

Path parameters

instanceIdstring required

Account instance identifier.

groupIdstring required

Group identifier.

Request body

groupIdstring required

Group identity.

groupType'IoTHubTag' required

Supported group types.

tagsstring[] required

IoT Hub tags.

createdDateTimestring required

Date and time when the update was created.

deviceCountinteger

The number of devices in the group.

Response

The group properties.

groupIdstring required

Group identity.

groupType'IoTHubTag' required

Supported group types.

tagsstring[] required

IoT Hub tags.

createdDateTimestring required

Date and time when the update was created.

deviceCountinteger

The number of devices in the group.

Changes