{ "opencollection": "1.0.0", "info": { "name": "IBM MQ Administration REST Channels Topics API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Topics", "type": "folder" }, "items": [ { "info": { "name": "IBM MQ List topics", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/ibmmq/rest/v2/admin/qmgr/:qmgrName/topic", "headers": [ { "name": "ibm-mq-rest-csrf-token", "value": "" } ], "params": [ { "name": "qmgrName", "value": "", "type": "path", "description": "Name of the queue manager" }, { "name": "name", "value": "", "type": "query", "description": "Filter topics by name (supports wildcard *)" }, { "name": "attributes", "value": "", "type": "query", "description": "Comma-separated list of attributes to return" } ] }, "docs": "Retrieve a list of administrative topic objects defined on a queue manager, with optional filtering." }, { "info": { "name": "IBM MQ Create a topic", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/ibmmq/rest/v2/admin/qmgr/:qmgrName/topic", "headers": [ { "name": "ibm-mq-rest-csrf-token", "value": "" } ], "params": [ { "name": "qmgrName", "value": "", "type": "path", "description": "Name of the queue manager" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new administrative topic object on the specified queue manager." }, { "info": { "name": "IBM MQ Get topic details", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/ibmmq/rest/v2/admin/qmgr/:qmgrName/topic/:topicName", "headers": [ { "name": "ibm-mq-rest-csrf-token", "value": "" } ], "params": [ { "name": "qmgrName", "value": "", "type": "path", "description": "Name of the queue manager" }, { "name": "topicName", "value": "", "type": "path", "description": "Name of the administrative topic object" }, { "name": "attributes", "value": "", "type": "query", "description": "Comma-separated list of attributes to return" } ] }, "docs": "Retrieve detailed information about a specific administrative topic object." }, { "info": { "name": "IBM MQ Update a topic", "type": "http" }, "http": { "method": "PATCH", "url": "https://{host}:{port}/ibmmq/rest/v2/admin/qmgr/:qmgrName/topic/:topicName", "headers": [ { "name": "ibm-mq-rest-csrf-token", "value": "" } ], "params": [ { "name": "qmgrName", "value": "", "type": "path", "description": "Name of the queue manager" }, { "name": "topicName", "value": "", "type": "path", "description": "Name of the administrative topic object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify attributes of an existing administrative topic object." }, { "info": { "name": "IBM MQ Delete a topic", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:{port}/ibmmq/rest/v2/admin/qmgr/:qmgrName/topic/:topicName", "headers": [ { "name": "ibm-mq-rest-csrf-token", "value": "" } ], "params": [ { "name": "qmgrName", "value": "", "type": "path", "description": "Name of the queue manager" }, { "name": "topicName", "value": "", "type": "path", "description": "Name of the administrative topic object" } ] }, "docs": "Delete an administrative topic object from the queue manager." } ] } ], "bundled": true }