HP OneView REST API Reference

certificates
certificates.html[10/17/2013 10:36:02 AM]
associated with the
RabbitMq user based on alias name. Example URIs are included.
GET
https://example.net/rest/certificates/client/rabbitmq/keypair/default
GET https://example.net/rest/certificates/client/rabbitmq/keypair/any
URI: /rest/certificates/client/rabbitmq/{aliasName}
Method API
GET Retrieves the base-64 encoded certificate associated with the RabbitMq user
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
RabbitMqClientCert The certificate data object containing the base-64
encoded
certificate
Response Codes
REST API Response Codes
Examples
The following example retrieves the base-64 encoded certificate with
alias name 'default'
associated with the RabbitMq user. An example URI is included.
GET https://example.net/rest/certificates/client/rabbitmq/default
URI: /rest/certificates/https
Method API
GET Gets the existing SSL certificate information and returns the version 2 of the certificate data object
that contains the user configured SSL information. X-API-Version in the HTTP header should be
at least 2.
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
CertificateV2 Certificate object version 2 containing current
certificate
information
Response Codes