ConfigureVcdRequest
ConfigureVcdRequest
Contains the information necessary when configuring the VMware Cloud Director.
JSON Example
{
"vcdPassword": "somepassword",
"vcdThumbprint": "SHA-256:D3:A3:4B:1F:B6:42:AB:F9:D6:FF:D5:AB:F4:14:9F:B5:F8:3B:E7:42:09:53:2D:6E:28:32:28:CE:B3:CB:DB:2A",
"vcdUrl": "https://vcdaddr:443/api",
"vcdUsername": "root@System"
}
string
vcdPassword
Optional
The VMware Cloud Director system account password.
string
vcdThumbprint
Optional
The thumbprint of the VMware Cloud Director API endpoint. When present, the certificate of VMware Cloud Director will be trusted if its thumbprint matches the thumbprint given here. When omitted, full certificate verification is performed when connecting to VMware Cloud Director.
string
vcdUrl
Optional
The URL API endpoint of the VMware Cloud Director.
string
vcdUsername
Optional
The VMware Cloud Director system account username.