Skip to main content

UpgradeDeviceConfigTemplateOutput

The output data of the device config template upgrade process

type UpgradeDeviceConfigTemplateOutput {
result: AddDeviceConfigTemplateOutputResult!
deviceConfigTemplate: DeviceConfig
errors: [DeviceConfigError!]
}

Fields

UpgradeDeviceConfigTemplateOutput.result ● AddDeviceConfigTemplateOutputResult! non-null enum

The result of the device config template upgrade whether it is a success or a failure

UpgradeDeviceConfigTemplateOutput.deviceConfigTemplate ● DeviceConfig object

The device config template that has been upgraded

UpgradeDeviceConfigTemplateOutput.errors ● [DeviceConfigError!] list object

The list of errors that occurred during the device config template upgrade

Returned By

upgradeDeviceConfigTemplate mutation