ConnectionSpecData

ConnectionSpecData
ConnectionSpecData

Contains connection information for a service. If not set the connection parameters will be read from the current DR solution configuration if it exists.

JSON Example
{
    "psc_uri": "https://psc01.acme.com:443",
    "psc_thumbprint": "string",
    "vc_instance_id": "string",
    "vc_thumbprint": "string"
}
string
psc_uri
Required

The PSC node URI. FQDN + optional port. If a port is not specified 443 will be used for https and 80 for http.

string
psc_thumbprint
Optional

Thumbprint of the PSC node's certificate. When the correct value is provided, all security checks of the certificate are off.

string
vc_instance_id
Optional

Deprecated - from VMware Live Recovery 9.0.3 will connect to the vCenter registered to the given PSC. Identifier of the MGMT node to register with.

string
vc_thumbprint
Optional

Deprecated - from VMware Live Recovery 9.0.3 will connect to the vCenter registered to the given PSC. Thumbprint of the MGMT node's certificate.