DeviceResponse
{
  "id": "00000000-0000-0000-0000-000000000000",
  "userId": "00000000-0000-0000-0000-000000000000",
  "clientUUID": "string",
  "name": "string",
  "description": "string",
  "ipV4Address": "string",
  "ipV6Address": "string",
  "platform": {
    "os": "string",
    "version": "string"
  },
  "connectionStatus": "ONLINE"
}
Properties
Name  | Type  | Required  | Restrictions  | Description  | 
|---|---|---|---|---|
id  | string  | false  | none  | none  | 
userId  | string  | false  | none  | none  | 
clientUUID  | string  | false  | none  | none  | 
name  | string  | false  | none  | none  | 
description  | string  | false  | none  | none  | 
ipV4Address  | string  | false  | none  | none  | 
ipV6Address  | string  | false  | none  | none  | 
platform  | false  | none  | none  | |
connectionStatus  | string  | false  | none  | none  | 
Enumerated Values
Property  | Value  | 
|---|---|
connectionStatus  | ONLINE  | 
connectionStatus  | OFFLINE  | 
connectionStatus  | ONLINE_WITH_ISSUES  |