Creates a DeviceGroup
| Name | Description | Additional information |
|---|---|---|
| deviceGroupRepresentation |
Define this parameter in the request body. |
{
"deviceGroupId": "5d598562-1b30-4f60-8021-d6b6c956d61a",
"tenantId": "e06ec65c-fb7b-43fd-84d6-4e1b60fcb18d",
"lookupKey": "sample string 3",
"name": "sample string 4",
"description": "sample string 5",
"isDefault": true,
"createdDateUtc": "2026-08-11T18:19:40.002009+00:00",
"updatedDateUtc": "2026-08-11T18:19:40.002009+00:00"
}
<DeviceGroupRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-08-11T18:19:40.002009+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-11T18:19:40.002009+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>5d598562-1b30-4f60-8021-d6b6c956d61a</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>e06ec65c-fb7b-43fd-84d6-4e1b60fcb18d</TenantId> </DeviceGroupRepresentation>
Sample not available.