ClusterAgentCertificateNotTrusted

ClusterAgentCertificateNotTrusted
ClusterAgentCertificateNotTrusted

The cluster agent Virtual Machine cannot be deployed, because vSphere ESX Agent Manager is not able to make successful SSL trust verification of the server's certificate, when establishing connection to the provided ovfPackageUrl.

Reasons for this might be that the certificate provided via the API ovfSslTrust or via the script /usr/lib/vmware-eam/bin/eam-utility.py

  • is invalid.
  • does not match the server's certificate.

If there is no provided certificate, the issue is raised when the server's certificate is not trusted by the system or invalid - @see ovfSslTrust. To remediate the cluster agent Virtual Machine deployment 1) provide a valid certificate used by the server hosting the ovfPackageUrl or 2) ensure the server's certificate is signed by a CA trusted by the system. Then resolve this issue, vSphere ESX Agent Manager will retry the SSL trust verification and proceed with reaching the desired state.

This structure may be used only with operations rendered under /eam.

Since: vEAM API 8.2

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "description": "string",
    "time": "string",
    "agency": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "agencyName": "string",
    "solutionId": "string",
    "solutionName": "string",
    "agent": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "url": "string"
}
string
url
Required

The URL that failed the SSL trust verification.

Availability
Added in vEAM API 8.2