Snapservice.Sites.ProbeStatus
Snapservice.Sites.ProbeStatus
The Snapservice.Sites.ProbeStatus enumerated type contains the supported values for the remote vCenter and Data Protection Virtual Appliance probe status.
Possible values:
PARTIAL
: Probe result for remote vCenter and Data Protection Virtual Appliance is partial as the vCenter certificate is not accepted by the user. Probe API is expected to be invoked again by passing the vCenter certificate, returned by the previous call to the Probe API, as an input. Resending of the certificate returned as an input will mean the user has accepted the certificate.COMPLETED
: Probe for remote vCenter and Data Protection Virtual Appliance is completed. User can proceed with invoking add site API. If vCenter or Data Protection appliance certificates returned by Probe API are already not trustred, these certificates need to be accepted by the user and supplied as input to add site API.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
PARTIAL,
COMPLETED,