Creates a DeviceGroup
| Name | Description | Additional information |
|---|---|---|
| deviceGroupRepresentation |
Define this parameter in the request body. |
{
"deviceGroupId": "3841c54e-1698-4803-8871-becc67eadd5c",
"tenantId": "c6a8f66c-4c4f-4d5c-8382-04833913a758",
"lookupKey": "sample string 3",
"name": "sample string 4",
"description": "sample string 5",
"isDefault": true,
"createdDateUtc": "2026-03-16T15:24:30.5436194+00:00",
"updatedDateUtc": "2026-03-16T15:24:30.5436194+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-03-16T15:24:30.5436194+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-16T15:24:30.5436194+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>3841c54e-1698-4803-8871-becc67eadd5c</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>c6a8f66c-4c4f-4d5c-8382-04833913a758</TenantId> </DeviceGroupRepresentation>
Sample not available.