UpgradeDeviceConfigOutput
The output data of the device config upgrade process
type UpgradeDeviceConfigOutput {
result: AddDeviceConfigOutputResult!
deviceConfig: DeviceConfig
errors: [DeviceConfigError!]
}
Fields
UpgradeDeviceConfigOutput.result
● AddDeviceConfigOutputResult!
non-null enum
The result of the device config upgrade whether it is a success or a failure
UpgradeDeviceConfigOutput.deviceConfig
● DeviceConfig
object
The device config that has been upgraded
UpgradeDeviceConfigOutput.errors
● [DeviceConfigError!]
list object
The list of errors that occurred during the device config upgrade
Returned By
bulkUpgradeDeviceConfigs
mutation ● migrateDeviceConfig
mutation ● upgradeDeviceConfig
mutation