Snapservice.Sites.ProbeResult

Snapservice.Sites.ProbeResult
Snapservice.Sites.ProbeResult

The Snapservice.Sites.ProbeResult schema contains information regarding the remote vCenter and Data Protection Virtual Appliance connection probe results.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "status": "string",
    "vcenter_certificate": {
        "certificate": "string",
        "thumbprint": "string",
        "dns_names": [
            "string"
        ],
        "trusted": false
    },
    "va_certificate": {
        "certificate": "string",
        "thumbprint": "string",
        "dns_names": [
            "string"
        ],
        "trusted": false
    }
}
string
status
Required

Status of remote vCenter and Data Protection Virtual Appliance connection probe.

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.

For more information see: Snapservice.Sites.ProbeStatus.

This property was added in vSphere API 9.0.0.0.

vcenter_certificate
Required

Certificate of the remote vCenter.

This property was added in vSphere API 9.0.0.0.

va_certificate
Optional

Certificate of the remote Data Protection Virtual Appliance.

This property was added in vSphere API 9.0.0.0.

If missing or null, probe status is partial and vCenter certificate needs to be accepted by the user.