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.

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.