IBM MQ · Capability
IBM MQ Administration REST API
REST API for administering and monitoring IBM MQ queue managers, queues, topics, subscriptions, and channels. Provides programmatic access to manage MQ objects and retrieve status information.
What You Can Do
GET
Listqueuemanagers
— IBM MQ List queue managers
/admin/qmgr
GET
Getqueuemanager
— IBM MQ Get queue manager details
/admin/qmgr/{qmgrName}
GET
Listqueues
— IBM MQ List queues
/admin/qmgr/{qmgrName}/queue
POST
Createqueue
— IBM MQ Create a queue
/admin/qmgr/{qmgrName}/queue
GET
Getqueue
— IBM MQ Get queue details
/admin/qmgr/{qmgrName}/queue/{queueName}
PATCH
Updatequeue
— IBM MQ Update a queue
/admin/qmgr/{qmgrName}/queue/{queueName}
DELETE
Deletequeue
— IBM MQ Delete a queue
/admin/qmgr/{qmgrName}/queue/{queueName}
GET
Listtopics
— IBM MQ List topics
/admin/qmgr/{qmgrName}/topic
POST
Createtopic
— IBM MQ Create a topic
/admin/qmgr/{qmgrName}/topic
GET
Gettopic
— IBM MQ Get topic details
/admin/qmgr/{qmgrName}/topic/{topicName}
PATCH
Updatetopic
— IBM MQ Update a topic
/admin/qmgr/{qmgrName}/topic/{topicName}
DELETE
Deletetopic
— IBM MQ Delete a topic
/admin/qmgr/{qmgrName}/topic/{topicName}
GET
Listsubscriptions
— IBM MQ List subscriptions
/admin/qmgr/{qmgrName}/subscription
POST
Createsubscription
— IBM MQ Create a subscription
/admin/qmgr/{qmgrName}/subscription
GET
Getsubscription
— IBM MQ Get subscription details
/admin/qmgr/{qmgrName}/subscription/{subscriptionId}
DELETE
Deletesubscription
— IBM MQ Delete a subscription
/admin/qmgr/{qmgrName}/subscription/{subscriptionId}
GET
Listchannels
— IBM MQ List channels
/admin/qmgr/{qmgrName}/channel
POST
Createchannel
— IBM MQ Create a channel
/admin/qmgr/{qmgrName}/channel
GET
Getchannel
— IBM MQ Get channel details
/admin/qmgr/{qmgrName}/channel/{channelName}
PATCH
Updatechannel
— IBM MQ Update a channel
/admin/qmgr/{qmgrName}/channel/{channelName}
DELETE
Deletechannel
— IBM MQ Delete a channel
/admin/qmgr/{qmgrName}/channel/{channelName}
GET
Listinstallations
— IBM MQ List MQ installations
/admin/installation
MCP Tools
listqueuemanagers
IBM MQ List queue managers
read-only
idempotent
getqueuemanager
IBM MQ Get queue manager details
read-only
idempotent
listqueues
IBM MQ List queues
read-only
idempotent
createqueue
IBM MQ Create a queue
getqueue
IBM MQ Get queue details
read-only
idempotent
updatequeue
IBM MQ Update a queue
deletequeue
IBM MQ Delete a queue
idempotent
listtopics
IBM MQ List topics
read-only
idempotent
createtopic
IBM MQ Create a topic
gettopic
IBM MQ Get topic details
read-only
idempotent
updatetopic
IBM MQ Update a topic
deletetopic
IBM MQ Delete a topic
idempotent
listsubscriptions
IBM MQ List subscriptions
read-only
idempotent
createsubscription
IBM MQ Create a subscription
getsubscription
IBM MQ Get subscription details
read-only
idempotent
deletesubscription
IBM MQ Delete a subscription
idempotent
listchannels
IBM MQ List channels
read-only
idempotent
createchannel
IBM MQ Create a channel
getchannel
IBM MQ Get channel details
read-only
idempotent
updatechannel
IBM MQ Update a channel
deletechannel
IBM MQ Delete a channel
idempotent
listinstallations
IBM MQ List MQ installations
read-only
idempotent