Skip to main content

MigrateDeviceInput

The data required to migrate a device to v3 and affect it to a site

input MigrateDeviceInput {
uniqueIdNumber: String!
migrationType: MigrationType!
devicePassword: String
deviceConfigTemplateId: String
infos: MigrateOrAffectDeviceSiteInfosInput
}

Fields

MigrateDeviceInput.uniqueIdNumber ● String! non-null scalar

The serial number of the device

migrateDeviceToV3.migrationType ● MigrationType! non-null enum

The type of migration to perform: NEW_DEVICE or CONFIGURED_DEVICE

MigrateDeviceInput.devicePassword ● String scalar

The password of the device on EmeritConsole => in case of NEW_DEVICE migrationType, this field is not required

MigrateDeviceInput.deviceConfigTemplateId ● String scalar

The ID of the device config template to link to the device if needed

MigrateDeviceInput.infos ● MigrateOrAffectDeviceSiteInfosInput input

The infos related to the config to override

Member Of

migrateDeviceToV3 mutation