Deployment_Upgrade_UpgradeSpec

Deployment_Upgrade_UpgradeSpec
Deployment_Upgrade_UpgradeSpec

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

JSON Example
{
    "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"
}
source_appliance
Required

The Upgrade.SourceApplianceSpec structure contains information used to connect to the appliance used as the source for an upgrade.

source_location
Required

The LocationSpec structure is used to pass the container ESXi or vCenter server of the VM to patch the size of this appliance.

history
Optional

The HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. vCenter History data includes

  • Statistics
  • Events
  • Tasks
vcsa_embedded
Optional

The Upgrade.VcsaEmbeddedSpec structure contains information used to upgrade a Embedded vCenter Server appliance.

psc
Optional

The Upgrade.PscSpec structure contains information used to upgrade a Platform Service Controller appliance.

boolean
auto_answer
Optional

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

string
replicated_partner_hostname
Optional

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.

string
export_directory
Optional

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.