Viewing a queue manager connection by using REST Administration APIs
System administrators can view a queue manager connection by using REST Administration APIs.
MyQMC.The following example shows a GET method to display configuration details of a specific queue manager connection by using cURL:
 curl -X GET http://127.0.0.1:9089/ima/v1/configuration/QueueManagerConnection/MyQMC             
          
    
The following example shows a successful example response to the GET method that was used to display configuration details of a queue manager connection called "MyQMC" :
{    
  "QueueManagerConnection": {
    "MyQMC": {
      "QueueManagerName": "MyQM",
      "ConnectionName": "192.0.2.0(1414)",
      "ChannelName": "SYSTEM.IMA.SVRCONN",
      "SSLCipherSpec": ""         
     }
   }
}