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.
{
"psc_uri": "string",
"psc_thumbprint": "string",
"vc_instance_id": "string",
"vc_thumbprint": "string"
}
The PSC node URI. FQDN + optional port. If port not specified 443 will be used.
Thumbprint of the PSC node's certificate. When the correct value is provided, all security checks of the certificate are off.
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.
Thumbprint of the MGMT node's certificate.