HP OneView REST API Reference

certificates
certificates.html[10/17/2013 10:36:02 AM]
the internal CA in base-64 encoded format. An example URI is included.
GET https://{appliance}/rest/certificates/ca/crl
URI: /rest/certificates/ca/{aliasName}
Method API
DELETE The Atlas CA root certificate and RabbitMQ client and server certificates will be re-generated. This
will invalidate the previous version of RabbitMQ client certificate. RabbitMQ server will be
restarted to read the latest certificates. X-API-Version in the HTTP header should be at least 2.
Parameter Attributes Description
force Optional If set to true, the operation completes even if there are network
connectivity issues or resource errors. The default is false.
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
void none
Response Codes
REST API Response Codes
Examples
The following example revokes a certificate signed by the internal CA.
An example URI is included.
DELETE https://example.net/rest/certificates/ca/default
URI: /rest/certificates/client/rabbitmq
Method API
POST Generates a self signed certificate or a CA signed certificate for RabbitMq clients. The certificate is signed by
internal CA. This API is asynchronous. HP recommends that you poll for completion of the task and then use GET
to get the certificate and the key.
Parameter Attributes Description
Request Header Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the current release,
this must be set to "X-API-Version:3"
Request Body Attributes Description
RabbitMqClientCert Required The certificate data object containing common
name and other attributes of the distinguished
name. If the common