An MQREST profile is required to issue commands in the MQ command group that interacts with MQSC. The mq profile contains your host, port, user name, and password for the IBM MQ System Console interface
Usage
zowe profiles create mq-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new mq profile. You can load this profile by using the name on commands that support the "--mq-profile" option.
Required Options
-
--host
| -H
(string)
- The MQ Rest server host name
-
--port
| -P
(number)
- Port number of your MQ REST API server
-
--user
| -u
(string)
- User name to authenticate to your MQ REST API server
-
--password
| -p
(string)
- Password to authenticate to your MQ REST API server
MQ Connection Options
Options
Examples