DeviceConfigTemplate
The device config template that is applied to the device
type DeviceConfigTemplate {
id: String!
label: String!
user: User!
softwareVersion: SoftwareVersion!
config: JSON!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
DeviceConfigTemplate.id ● String! non-null scalar
The ID of the device config template
DeviceConfigTemplate.label ● String! non-null scalar
The label of the device config template
DeviceConfigTemplate.user ● User! non-null object
The user that the device config template belongs to
DeviceConfigTemplate.softwareVersion ● SoftwareVersion! non-null object
The software version that the device config template belongs to
DeviceConfigTemplate.config ● JSON! non-null scalar
The configuration file to applied to the device
DeviceConfigTemplate.createdAt ● DateTime! non-null scalar
The date and time when the device config template was created
DeviceConfigTemplate.updatedAt ● DateTime! non-null scalar
The date and time when the device config template was last updated
Returned By
addDeviceConfigTemplate mutation ● affectDeviceConfigTemplate mutation ● deleteDeviceConfigTemplate mutation ● duplicateDeviceConfigTemplate mutation ● findDeviceConfigTemplateById query ● getAllDeviceConfigTemplates query ● getApplicableDeviceConfigTemplatesForDevice query ● updateDeviceConfigTemplateInfos mutation
Member Of
CreatedUser object ● MeOutput object ● SanitizedUser object ● User object