Get Migrate
Get the MigrateSpec parameters used to configure the ongoing appliance migration.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
MigrateSpec parameters being used to configure appliance migration.
{
"active_directory": {
"domain": "string",
"password": "string",
"username": "string"
},
"auto_answer": false,
"existing_migration_assistant": {
"https_port": 0,
"ssl_thumbprint": "string"
},
"history": {
"data_set": "EVENTS_TASKS",
"defer_import": false
},
"psc": {
"ceip_enabled": false
},
"source_vc_windows": {
"hostname": "string",
"password": "string",
"username": "string"
},
"vcsa_embedded": {
"ceip_enabled": false
}
}
Information specific to the Migration Assistant that is running on the Windows vCenter Server.
Information specific to the Windows vCenter Server.
Information specific to the Active Directory server to which the source windows vCenter Server is joined. If unset, existing appliance will not be joined to an Active Directory.
Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.
Determines how vCenter history will be migrated during the migration process. vCenter history consists of: - Statistics - Events - Tasks By default only core data will be migrated. Use this spec to define which part of vCenter history data will be migrated and when. If unset, only core database content will be migrated.
Information specific to a Platform Services Controller. Only required if the vCenter Server that is going to be migrated is a Platform Services Controller.
Information specific to an embedded vCenter Server. Only required if the vCenter Server that is going to be migrated is an embedded vCenter Server.
Errors
com.vmware.vapi.std.errors.not_allowed_in_current_state : if appliance is not in MIGRATE_PROGRESS state.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/vcenter/deployment/migrate
x-vmw-doc-operation: get