/admin/action/qmgr/{qmgrName}/mqsc

We can use the HTTP POST method with the /admin/action/qmgr/{qmgrName}/mqsc resource to execute an arbitrary MQSC command on a queue manager.

We can use the administrative REST API gateway with this resource URL.

  • POST - plain text MQSC command
    Use the HTTP POST method with this resource to submit administrative commands directly to a queue manager. These administrative commands are submitted in the body of the request, either as a plain text MQSC command, or as a JSON formatted command.
  • POST - JSON formatted command
    Use the HTTP POST method with this resource to submit administrative commands directly to a queue manager. These administrative commands are submitted in the body of the request, either as a plain text MQSC command, or as a JSON formatted command.

Parent topic: REST API resources