BulkMigrateDeviceInput
The data required to migrate multiple device to V3
input BulkMigrateDeviceInput {
uniqueIdNumber: String!
devicePassword: String
deviceConfigTemplateId: String
infos: MigrateOrAffectDeviceSiteInfosInput
}
Fields
BulkMigrateDeviceInput.uniqueIdNumber ● String! non-null scalar
The serial number of the device
BulkMigrateDeviceInput.devicePassword ● String scalar
The password of the device on EmeritConsole => in case of NEW_DEVICE migrationType, this field is not required
BulkMigrateDeviceInput.deviceConfigTemplateId ● String scalar
The ID of the device config template to link to the device if needed
BulkMigrateDeviceInput.infos ● MigrateOrAffectDeviceSiteInfosInput input
The infos related to the config to override
Member Of
BulkMigrateDeviceToV3 mutation