Deployment_Upgrade_SourceApplianceSpec
The Upgrade.SourceApplianceSpec structure contains information used to connect to the appliance used as the source for an upgrade.
{
"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"
}
The IP address or DNS resolvable name of the source appliance.
The HTTPS port of the source appliance. If unset, port 443 will be used.
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.
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.
The SSO administrator account on the source appliance.
The SSO administrator account password.
The password of the root user on the source appliance.
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.
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.