[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Get Certificate Authority By ID

Description

Get certificate authority information

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/certificate-authorities/{id}
Copy

Path Parameters

Path Parameters

string
id Required

CA type


Response

Response

Response Body

Response Body

200 OK

Returns CertificateAuthority of type(s) application/json
{
    "id": "One among: OpenSSL, Microsoft"
}
string
id Required

CA type. Only supports Microsoft and OpenSSL CAs


string
commonName Optional

OpenSSL CA domain name


string
country Optional

ISO 3166 country code where company is legally registered


string
locality Optional

The city or locality where company is legally registered


string
organization Optional

The name under which company is legally registered


string
organizationUnit Optional

Organization with which the certificate is associated


string
serverUrl Optional

Microsoft CA server url


string
state Optional

The full name of the state where company is legally registered


string
templateName Optional

Microsoft CA server template name


string
username Optional

Microsoft CA server username

Errors

Errors

Error
404

Not Found


Error
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/certificate-authorities/{id}


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?