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": "psc01.acme.com, psc01.acme.com:80, psc01.acme.com:443, https://psc01.acme.com, https://psc01.acme.com:443",
    "psc_thumbprint": "string",
    "vc_instance_id": "string",
    "vc_thumbprint": "string"
}
string
psc_uri
Required

The URI of the PSC node as string. The string contains URI scheme (http or https) plus FQDN plus port (optional). If URI scheme and port are not specified then http and port 80 will be used. If a port is not specified then 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.