[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Get Certificate

Description

Returns information for the specified certificate UUID, including the pem_encoded data.

Request

Request

URL

URL


get
https://api_host/napp/api/v1/platform/trust-management/certificates/{uuid}
Copy

Path Parameters

Path Parameters

string
uuid Required

The certificate UUID


Authentication

Authentication

This operation uses the following authentication methods.

METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns CertificateData of type(s) application/json
{
	"alias": "string",
	"passphrase": "string",
	"pem_encoded": "string",
	"private_key": "string",
	"skip_sync_services": false,
	"uuid": "string"
}
#definitions/EntityType
used_by Required

Entity that use this Certificate


#definitions/CertificateDetail
details Optional

expand the pem data and show all its details.


string
passphrase Optional

Password for private key encryption.


string
pem_encoded Optional

Pem encoded certificate data.


string
private_key Optional

Private key data.


boolean
skip_sync_services Optional

Skip synchronizing services after certificate change. User such as nsx-config can change multiple certificates without synchronizing services and synchronizes services in the last call.


string
alias Optional

Alias of the Certificate; Unique identifier of this certificate under a Certificate Entity.


string
uuid Optional

UUID of the certificate. Generated on k8s platform. If given in post request, the API will return bad request.

Errors

Errors

400

Invalid Input

Code Samples

Code Samples

cURL Command

curl https://api_host/napp/api/v1/platform/trust-management/certificates/{uuid}


[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Feedback

Was this page helpful?