certificates REST Endpoints
certificates
APIs related to certificate management. GET requests can be made by a REST client without the configuration lock. But a REST client must possess the configuration lock before making PUT requests either to generate a certificate signing request (CSR) or to import a certificate.
- Generates certificate signing request (CSR) for a certificate-record
- Method: putPath:
https://{managementIp}/rest/{version}/configuration/certificates/generateRequest
- Get a certificate bundle
- Method: getPath:
https://{managementIp}/rest/{version}/configuration/certificates/displayBundle
- Get certificate details
- Method: getPath:
https://{managementIp}/rest/{version}/configuration/certificates
- Import a CA-signed certificate
- Method: putPath:
https://{managementIp}/rest/{version}/configuration/certificates/import
- Import certificate bundle
- Method: putPath:
https://{managementIp}/rest/{version}/configuration/certificates/caBundle