Deployment_Upgrade_UpgradeSpec
The Upgrade.UpgradeSpec structure contains information used to configure the appliance upgrade.
{
"source_appliance": {
"hostname": "string",
"https_port": 0,
"ssl_thumbprint": "string",
"ssl_verify": false,
"sso_admin_username": "string",
"sso_admin_password": "string",
"root_password": "string",
"ssh_verify": false,
"ssh_thumbprint": "string"
},
"source_location": {
"hostname": "string",
"https_port": 0,
"ssl_thumbprint": "string",
"ssl_verify": false,
"username": "string",
"password": "string"
},
"history": {
"data_set": "string",
"defer_import": false
},
"vcsa_embedded": {
"ceip_enabled": false
},
"psc": {
"ceip_enabled": false
},
"auto_answer": false,
"replicated_partner_hostname": "string",
"export_directory": "string"
}
The Upgrade.SourceApplianceSpec structure contains information used to connect to the appliance used as the source for an upgrade.
The LocationSpec structure is used to pass the container ESXi or vCenter server of the VM to patch the size of this appliance.
The HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. vCenter History data includes
- Statistics
- Events
- Tasks
The Upgrade.VcsaEmbeddedSpec structure contains information used to upgrade a Embedded vCenter Server appliance.
The Upgrade.PscSpec structure contains information used to upgrade a Platform Service Controller appliance.
Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.
Applicable only if the convergence is in progress and at least one of the nodes is already upgraded. Set the replication partner for the currently upgraded node and provide the value of any previously converged upgraded node host name as either IP address or FQDN. If unset, when the upgrade finishes, the vCenter Server external Platform Services Controller are converged into the vCenter Server appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. This field is optional because it was added in a newer version than its parent node.
Use the option to provide export directory information during vCenter Server upgrade. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, will default to seat directory.