Deployment_LocationSpec

Deployment_LocationSpec
Deployment_LocationSpec

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

JSON Example
{
    "hostname": "string",
    "https_port": 0,
    "ssl_thumbprint": "string",
    "ssl_verify": false,
    "username": "string",
    "password": "string"
}
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
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.

string As password
password
Required

The administrator account password.