DeploymentUpgradeUpgradeSpec
The Upgrade.UpgradeSpec structure contains information used to configure the appliance upgrade.
Properties
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 upgrade 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 that are specific to this Platform Services Controller. If unset, ceip_enabled for psc upgrade will default to enabled.
Information that are specific to this embedded vCenter Server. If unset, ceip_enabled for embedded vcenter server upgrade will default to enabled.
JSON Example
{
"source_appliance": {
"hostname": "string",
"root_password": "string",
"sso_admin_password": "string",
"sso_admin_username": "string"
},
"source_location": {
"hostname": "string",
"password": "string",
"username": "string"
}
}