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