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: put
Path: https://{managementIp}/rest/{version}/configuration/certificates/generateRequest
Get a certificate bundle
Method: get
Path: https://{managementIp}/rest/{version}/configuration/certificates/displayBundle
Get certificate details
Method: get
Path: https://{managementIp}/rest/{version}/configuration/certificates
Import a CA-signed certificate
Method: put
Path: https://{managementIp}/rest/{version}/configuration/certificates/import
Import certificate bundle
Method: put
Path: https://{managementIp}/rest/{version}/configuration/certificates/caBundle