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
}
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.