IBM MQ tracing API - GET a queue
Gets the properties of the specified IBM IMS entry queue.
GET |
|
Authentication
To execute this request, you need the Read configuration (ReadConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
id | string |
The ID of the required IBM IMS entry queue. |
path | required |
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The IbmMQImsEntryQueue object
Ibm MQ queue which is an entrypoint to IMS.
Element | Type | Description |
---|---|---|
id | string | The ID of the IMS entry queue. |
queueManagerName | string | The name of the queue manager. |
queueName | string | The name of the queue. |
{
"queueManagerName": "MyQueueManagerName",
"queueName": "MyQueueName"
}