Deployment_Migrate_MigrateSpec
The Migrate.MigrateSpec structure contains the fields to migrate an existing vCenter Server for Windows to an appliance.
{
"source_vc_windows": {
"hostname": "string",
"username": "string",
"password": "string"
},
"existing_migration_assistant": {
"https_port": 0,
"ssl_thumbprint": "string"
},
"history": {
"data_set": "string",
"defer_import": false
},
"vcsa_embedded": {
"ceip_enabled": false
},
"psc": {
"ceip_enabled": false
},
"active_directory": {
"domain": "string",
"username": "string",
"password": "string"
},
"auto_answer": false
}
The Migrate.SourceVcWindows structure contains information about the windows vCenter Server that is going to be migrated.
The Migrate.MigrationAssistantSpec structure contains the information needed to connect to the Migration Assistant that is running on the source windows vCenter Server machine.
The HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. vCenter History data includes
- Statistics
- Events
- Tasks
The Migrate.VcsaEmbeddedSpec structure contains information used to migrate an embedded vCenter Server for Windows to embedded vCenter Server appliance.
The Migrate.PscSpec structure contains information used to migrate a windows Platform Service Controller to Platform Service Controller appliance.
The ActiveDirectorySpec structure contains information used to join the migrated vCenter Server appliance to the Active Directory.
Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.