VcenterDiscoverySpec

VcenterDiscoverySpec
VcenterDiscoverySpec

vCenter specification holding endpoint information which to query for topology/discovery data.

JSON Example
{
    "address": "string",
    "username": "string",
    "password": "string",
    "sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8",
    "vcfOpsNodesToVerify": [
        {
            "address": "string",
            "name": "string",
            "type": "master"
        }
    ]
}
string
address
Required  
Constraints: minLength: 1

vCenter address.

string
username
Required  
Constraints: minLength: 1

SSO username.

string
password
Required  
Constraints: minLength: 1

SSO password.

string
sslThumbprint
Required  
Constraints: minLength: 1

vCenter SSL thumbprint (SHA256)

vcfOpsNodesToVerify
Optional

VCF Operations nodes to verify against this vCenter. For each node whose type is not cloudproxy or witness, the discovery checks whether a VM with the node's address exists and returns the results in foundVmAddresses and missingVmAddresses. Nodes are typically obtained from the VCF Operations discovery (discoverVcfOps).