Describe el objeto JSON de un Device Group.
Un Device Group en Netux | Cloud implica uno o más Devices. Las acciones con un Device Group se aplican a todos los Devices en el Device Group.
Property | Type | Description |
---|---|---|
id | String | Id of Device Group |
label | String | Label of Device Group |
name | String | Name of Device Group |
createdAt | Date | Date Device Group was created |
organization | Object | Organization the Device Group belongs to |
devices | String | URL to list of Devices. If user has edit right it can edit the devices from there |
devicesCount | Integer | Number of Devices assigned to Device Group |
url | String | Url of Device Group |
{
"url": "https://api.netux.com/api/v2.0/device_groups/5e1c9f7789f9bd33017e05ef",
"id": "5e1c9f7789f9bd33017e05ef",
"label": "groupLabel",
"name": "groupName",
"organization": null,
"devices": "https://api.netux.com/api/v2.0/device_groups/5e1c9f7789f9bd33017e05ef/devices",
"createdAt": "2020-01-13T16:48:55.972853Z"
}