[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get CA Certificate
DescriptionReturns the detailed ca certificate information viewable by the user.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://api_host/napp/api/v1/platform/trust-management/ca
Authentication
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
auditor
Response
Response
Response BodyResponse 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
400
Unknown backend error
Code Samples
cURL Command
curl https://api_host/napp/api/v1/platform/trust-management/ca
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
On This Page
Trust Manager Operations
post
delete
delete
post
get
get
get
get