Deployment_Upgrade_SourceApplianceSpec

Deployment_Upgrade_SourceApplianceSpec
Deployment_Upgrade_SourceApplianceSpec

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

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

The IP address or DNS resolvable name of the source appliance.

integer As int64
https_port
Optional

The HTTPS port of the source appliance. If unset, port 443 will be used.

string
ssl_thumbprint
Optional

SHA1 thumbprint of the server SSL certificate will be used for verification. This field is only relevant if Upgrade.SourceApplianceSpec.ssl-verify is unset or has the value true.

boolean
ssl_verify
Optional

SSL verification should be enabled or disabled for the source appliance validations. By default it is enabled and will use SSL certificate for verification. If thumbprint is provided, will use thumbprint for the verification. If unset, ssl_verify true will be used.

string
sso_admin_username
Required

The SSO administrator account on the source appliance.

string As password
sso_admin_password
Required

The SSO administrator account password.

string As password
root_password
Required

The password of the root user on the source appliance.

boolean
ssh_verify
Optional

Appliance SSH verification should be enabled or disabled. By default it is disabled and will not use any verification. If thumbprint is provided, thumbprint verification will be performed. If unset, ssh_verify true will be used.

string
ssh_thumbprint
Optional

MD5 thumbprint of the server SSH key will be used for verification. This field is only relevant if Upgrade.SourceApplianceSpec.ssh-verify is unset or has the value true.