Vcenter Deployment Size Connection

Vcenter Deployment Size Connection
Vcenter Deployment Size Connection

The Vcenter Deployment Size Connection schema holds the information used to connect to a vCenter or ESXi.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "hostname": "string",
    "username": "string",
    "password": "string",
    "https_port": 0,
    "ssl_verify": false
}
string
hostname
Required

The IP address or DNS resolvable name of the ESX/VC host. If a DNS resolvable name is provided, it must be resolvable from the source appliance.

This property was added in vSphere API 9.1.0.0.

string
username
Required

A username with administrative privileges on the ESX/VC host.

This property was added in vSphere API 9.1.0.0.

string As password As password
password
Required

The password of the Vcenter Deployment Size Connection.username on the ESX/VC host.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
https_port
Optional

The port number for the ESX/VC.

This property was added in vSphere API 9.1.0.0.

If missing or null, defaults to 443

boolean
ssl_verify
Optional

A flag to indicate whether the ssl verification is required.

This property was added in vSphere API 9.1.0.0.

If missing or null, defaults to True