ListVcServices
This method lists all the vCenters in the Platform Service Controller (PSC).
Synopsis
VcInfo[] listVcServices(String pscUri, @optional String pscThumbprint, @optional String serviceId)
listVcServices has the following parameters:
Parameter | Description |
---|---|
pscUri | Platform Service Controller URI. |
pscThumbprint | Thumbprint of the PSC node's certificate. When the correct value is provided all security checks of the certificate are off. |
serviceId | Optionally narrow VC search to a specific service ID. |
VcInfo contains vCenter information. It has the following fields:
Field | Description |
---|---|
url | vCenter URL |
serviceId | Service ID |
nodeId | Node ID |
productVersion | Product version. |
Faults
- InvalidArgument
- RuntimeFault
- SystemError
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.