bulkUpgradeDeviceConfigs
Upgrade several device configs with new configuration file. If one configuration file is incorrect, it will fail. You can input either devicesUniqueIdNumber or deviceIds. It will input deviceIds in priority
bulkUpgradeDeviceConfigs(
config: JSON!
devicesUniqueIdNumber: [String!]
deviceIds: [String!]
): UpgradeDeviceConfigOutput!
Arguments
bulkUpgradeDeviceConfigs.config
● JSON!
non-null scalar
bulkUpgradeDeviceConfigs.devicesUniqueIdNumber
● [String!]
list scalar
The device ids of the devices to upgrade. You can input either devicesUniqueIdNumber or deviceIds
bulkUpgradeDeviceConfigs.deviceIds
● [String!]
list scalar
The device ids of the devices to upgrade. You can input either devicesUniqueIdNumber or deviceIds
Type
UpgradeDeviceConfigOutput
object
The output data of the device config upgrade process