Skip to main content

DeviceConfigDevice

device-config-device

type DeviceConfigDevice {
deployedVersion: Int!
createdAt: GQLTDate!
updatedAt: GQLTDate!
deviceConfigId: ID
deviceId: ID
devices: Device
configs: DeviceConfig
}

Fields#

deployedVersion (Int!)#

defines the current version of the config deployed in a device

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

deviceConfigId (ID)#

The ID of an object

deviceId (ID)#

The ID of an object

devices (Device)#

List of all devices using the configuration

configs (DeviceConfig)#

List all the configurations