[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Delete CSR
DescriptionDeletes teh CSR and returns information about the CSR.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://api_host/napp/api/v1/platform/trust-management/csrs/ca
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
Csr
of type(s) application/json
{
"algorithm": "string",
"display_name": "string",
"key_size": 0,
"pem_encoded": "string"
}
string
algorithm
Required
Cryptographic algorithm(asymmetric) used by the public key for data encryption.
string
display_name
Required
The certificate signing request name
integer
key_size
Required
Size measured in bits of the public key used in a cryptographic algorithm.
#definitions/Principal
subject
Required
The certificate owner’s information. (CN, O, OU, C, ST, L)
string
pem_encoded
Optional
PEM encoded certificate data.
Errors
400
Unknown backend error
Code Samples
cURL Command
curl -X DELETE https://api_host/napp/api/v1/platform/trust-management/csrs/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