Creates a DeviceGroup
Name | Description | Additional information |
---|---|---|
deviceGroupRepresentation |
Define this parameter in the request body. |
{ "deviceGroupId": "5cb974ad-47d7-41aa-8234-01c96229ccf5", "tenantId": "336cdc1d-527c-471b-9ffc-6d213e2feb6a", "lookupKey": "sample string 3", "name": "sample string 4", "description": "sample string 5", "isDefault": true, "createdDateUtc": "2025-07-08T18:21:49.7438865+00:00", "updatedDateUtc": "2025-07-08T18:21:49.7438865+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-07-08T18:21:49.7438865+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-08T18:21:49.7438865+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>5cb974ad-47d7-41aa-8234-01c96229ccf5</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>336cdc1d-527c-471b-9ffc-6d213e2feb6a</TenantId> </DeviceGroupRepresentation>
Sample not available.