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

Get Certificates

Description

Returns all certificate information viewable by the user.

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns CertificateListResult of type(s) application/json
{
	"results": [
		{
			"alias": "string",
			"passphrase": "string",
			"pem_encoded": "string",
			"private_key": "string",
			"skip_sync_services": false,
			"uuid": "string"
		}
	]
}
array of CertificateData
results Optional

A list of certificates in the trustores

Errors

Errors

400

Unknown backend error

Code Samples

Code Samples

cURL Command

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


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

Was this page helpful?