List Trusted Certificates
Retrieves all user-imported trusted certificates from the HCX Manager's trust store. These certificates are used to establish trust with external systems (vCenter, NSX, VCD, etc.).
Successfully retrieved list of trusted certificates
{
"success": true,
"completed": true,
"time": 1753094523000,
"version": "1.0",
"data": {
"items": [
{
"subject": "CN=vcenter.example.com, OU=Engineering, O=VMware, L=Palo Alto, ST=California, C=US",
"issuer": "CN=VMware CA, OU=Engineering, O=VMware, C=US",
"thumbprint": "a1b2c3d4e5f6789012345678901234567890abcd",
"notBefore": "2023-01-01T00:00:00Z",
"notAfter": "2025-12-31T23:59:59Z",
"alias": "vcenter-cert"
}
]
}
}
Indicates if the operation was successful
Indicates if the operation completed
Unix timestamp in milliseconds
API version
Protocol version
Response fingerprint
Response data containing items array
Array of error objects
Array of warning objects
Internal server error
{
"success": false,
"completed": true,
"time": 1753094523000,
"version": "1.0",
"errors": [
{
"text": "Failed to load keystore"
}
]
}
Indicates if the operation was successful
Indicates if the operation completed
Unix timestamp in milliseconds
API version
Protocol version
Response fingerprint
Response data containing items array
Array of error objects
Array of warning objects
curl -H 'Authorization: <value>' https://{api_host}/api/admin/certificates