Data Object - SrmSiteConnectionSpec

Parameter to
PairSrm_Task, ReconfigureConnection_Task
See also
SrmSiteCredentials, SrmSiteHostThumbprintInfo
Since
SRM API 11.0

Data Object Description

Connection information used to connect to PSC node and locate peer services.

Properties

Name Type Description
credsSrmSiteCredentials

Credentials to be used to authenticate to the remote PSC node.
hostxsd:string

Host name or IP address of the PSC node.
port*xsd:int

Port of the PSC node. When not provided the default value of 443 is used.
thumbprints*SrmSiteHostThumbprintInfo[]

Thumbprints for PSC/MGMT/DR hosts to which SRM should connect when certificate validation fails. When the correct value for thumprint is provided all security checks of the corresponding certificate are off. The order of providing the thumbprints is not important. This structure can be filled by ServiceInstance#probeSsl method.
vcHost*xsd:string

Host where the VC is running. In case of embedded environment this field should not be specified. In this case the host on which the VC is running is the PSC host.
Properties inherited from
None
*Need not be set