DeploymentUpgradeUpgradeSpec

The Upgrade.UpgradeSpec structure contains information used to configure the appliance upgrade.


Properties

source_appliance Required

Source appliance spec.


source_location Required

Source location spec.


boolean
auto_answer Optional

Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.


history Optional

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.


psc Optional

Information that are specific to this Platform Services Controller. If unset, ceip_enabled for psc upgrade will default to enabled.


vcsa_embedded Optional

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"
	}
}
Parameter To

Check Upgrade
Start Upgrade
Returned By

Get Upgrade

Feedback

Was this page helpful?