ProbeSsl
This method returns (host and thumbprint) tuples for all PSC/MGMT/DR hosts to which SRM should connect under specified root PSC node.
Synopsis
@optional HostThumbprintInfo[] probeSsl(String host, @optional int port, @optional String vcHost)
Field | Description |
---|---|
host | Host name or IP address of the root PSC node. |
port | Port of the root PSC node. When not provided the default value of 443 is used. |
vcHost | 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. |
Field | Description |
---|---|
host | FQDN or IP address of the host. |
thumbprint |
SHA-2 hash of the SSL certificate of the server at the specified host. Format is two capital hexadecimal digits separated by ':'. For example:
Example of SSL command to extract SHA-2 fingerprint from host is:
|
Faults
- RuntimeFault
- SitePairingFault
See Faults in Site Recovery Manager API for more details.