Retrieve Vsphere Vmca

Retrieve Vsphere Vmca
Retrieve the VMCA certificate

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=9.1.0
{
    "vmca": "string"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/certificateAuthority/vmca