Skip to main content

UpgradeDeviceConfigTemplateInput

The data required to upgrade the device config template

input UpgradeDeviceConfigTemplateInput {
config: JSON!
deviceConfigTemplateId: String!
}

Fields

UpgradeDeviceConfigTemplateInput.config ● JSON! non-null scalar

The configuration file to be applied to the devices

UpgradeDeviceConfigTemplateInput.deviceConfigTemplateId ● String! non-null scalar

The ID of the device config template to be upgraded

Member Of

upgradeDeviceConfigTemplate mutation