Creates a DeviceGroup
Name | Description | Additional information |
---|---|---|
deviceGroupRepresentation |
Define this parameter in the request body. |
{ "deviceGroupId": "f0c37a95-5b9c-4334-a20c-ac7a92c5625d", "tenantId": "a4cc67e0-7809-4978-a052-90070829245b", "lookupKey": "sample string 3", "name": "sample string 4", "description": "sample string 5", "isDefault": true, "createdDateUtc": "2025-09-10T20:25:43.8074559+00:00", "updatedDateUtc": "2025-09-10T20:25:43.8074559+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>2025-09-10T20:25:43.8074559+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-10T20:25:43.8074559+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>f0c37a95-5b9c-4334-a20c-ac7a92c5625d</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>a4cc67e0-7809-4978-a052-90070829245b</TenantId> </DeviceGroupRepresentation>
Sample not available.