Retrieve Vsphere Vmca

Retrieve Vsphere Vmca

Within VSphere's Certificate management, the VMCA is a designated CA certificate that signs vsphere infrastructure endpoint certificates.
This API retrieves that certificate

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/certificateAuthority/vmca
COPY
Path Parameters
string
vcUrn
Required

vcUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VCenterVMCA of type(s) application/json;version=37.0
{
    "vmca": "string"
}
string
vmca
Optional

vSphere VMCA certificate in PEM format.