VcConnectionSpecData

VcConnectionSpecData
VcConnectionSpecData

Contains connection information for a service.

JSON Example
{
    "psc_uri": "https://psc01.acme.com:443",
    "psc_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.

Property Of