[{"label":"Latest (1.0.0)","version":"latest"}]
srm-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. 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.

JSON Example

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

ConfigurationInfo
VcConnectionSpec

Feedback

Was this page helpful?