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": "string",
    "psc_thumbprint": "string",
    "vc_instance_id": "string",
    "vc_thumbprint": "string"
}
string
psc_uri
Required

The PSC node URI. FQDN + optional port. If port not specified 443 will be used.

string
psc_thumbprint
Required

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

string As uuid As uuid
vc_instance_id
Required

Identifier of the MGMT node to register with. If not specified, the configuration service will assume that embedded environment is used and will look for MGMT node services at the PSC node address.

string
vc_thumbprint
Required

Thumbprint of the MGMT node's certificate.