DeploymentLocationSpec

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


Properties

string
hostname Required

The IP address or DNS resolvable name of the container.


integer as int64
https_port Optional

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


string as password
password Required

The administrator account password.


string
ssl_thumbprint Optional

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


boolean
ssl_verify Optional

SSL verification should be enabled or disabled. If LocationSpec.ssl-verify is true and and LocationSpec.ssl-thumbprint is unset, the CA certificate will be used for verification. If LocationSpec.ssl-verify is true and LocationSpec.ssl-thumbprint is set then the thumbprint will be used for verification. No verification will be performed if LocationSpec.ssl-verify value is set to false. If unset, ssl_verify true will be used.


string
username Required

The administrator account on the host.

JSON Example

{
	"hostname": "string",
	"password": "string",
	"username": "string"
}

Feedback

Was this page helpful?