Show configuration details of an MQ SSL certificate
Purpose
Shows the configuration details of a specified queue manager connection.URI
To view configuration information about an MQ SSL certificate, use the Eclipse Amlen REST API GET method with the following Eclipse Amlen configuration URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/MQCertificate
Usage NotesĀ®
- The command must be capitalized as shown.
 
Related REST Administration APIs
Example
This example shows the details of an MQ SSL certificate.The following example shows a GET method to display configuration details of an MQ SSL certificate by using cURL:
 curl -X GET http://127.0.0.1:9089/ima/v1/configuration/MQCertificate             
          
    
The following example shows a successful example response to the GET method that was used to display configuration details of an MQ SSL certificate:
{
  "Version": "v1",
    "MQCertificate": {
       "MyMQSSLKeyfile_201603016.kdb",
       "MyMQStashPasswordFile_201603016.sth"
  }
}