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.
string
vc_thumbprint
Required
Thumbprint of the MGMT node's certificate.