Split into multiple markdown files
This commit is contained in:
15
mqsc.md
Normal file
15
mqsc.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Using the API
|
||||
```bash
|
||||
curl --insecure \
|
||||
-k https://localhost:9443/ibmmq/rest/v2/admin/action/qmgr/QM1/mqsc \
|
||||
-X POST -u admin:passw0rd -H "ibm-mq-rest-csrf-token: value" \
|
||||
-H "Content-Type: application/json" \
|
||||
--data @- << EOF
|
||||
{
|
||||
"type": "runCommandJSON",
|
||||
"command": "define",
|
||||
"qualifier": "qlocal",
|
||||
"name": "MSGQ"
|
||||
}
|
||||
EOF
|
||||
```
|
||||
Reference in New Issue
Block a user