[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api

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.


Properties

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
psc_uri Required

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


string 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.

JSON Example

{
	"psc_thumbprint": "string",
	"psc_uri": "string",
	"vc_instance_id": "string",
	"vc_thumbprint": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Property Of

ConfigurationInfo
VcConnectionSpec

Feedback

Was this page helpful?