DeploymentUpgradeSourceApplianceSpec

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


Properties

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 as password
root_password Required

The password of the root user on the source appliance.


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.


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
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 as password
sso_admin_password Required

The SSO administrator account password.


string
sso_admin_username Required

The SSO administrator account on the source appliance.

JSON Example

{
	"hostname": "string",
	"root_password": "string",
	"sso_admin_password": "string",
	"sso_admin_username": "string"
}

Feedback

Was this page helpful?