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