Creates a DeviceGroup
Name | Description | Additional information |
---|---|---|
deviceGroupRepresentation |
Define this parameter in the request body. |
{ "deviceGroupId": "4f0c745e-8c9f-4cc4-84c3-748493433f44", "tenantId": "3fd9224c-6626-46bd-87a3-f305053ed37b", "lookupKey": "sample string 3", "name": "sample string 4", "description": "sample string 5", "isDefault": true, "createdDateUtc": "2025-04-18T20:04:51.1513625+00:00", "updatedDateUtc": "2025-04-18T20:04:51.1513625+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-04-18T20:04:51.1513625+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-04-18T20:04:51.1513625+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>4f0c745e-8c9f-4cc4-84c3-748493433f44</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>3fd9224c-6626-46bd-87a3-f305053ed37b</TenantId> </DeviceGroupRepresentation>
Sample not available.