An IDMS profile is required to issue IDMS CLI commands. The IDMS profile contains your host and port information
Usage
zowe profiles update idms-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new idms profile. You can load this profile by using the name on commands that support the "--idms-profile" option.
IDMS Connection Options
-
--host
| -H
(string)
- Host name of the IDMS REST API service
-
--port
| -P
(number)
- Port for the IDMS REST API service
-
--user
| -u
(string)
- Mainframe user name, which can be the same as your TSO login ID
-
--password
| --pass
| --pw
(string)
- Mainframe password, which can be the same as your TSO password
-
--datasource
| -d
(string)
- Identifies the CA IDMS system where the API request will be sent and is defined in the data sources definition file for the IDMS REST API
-
--base-path
| --bp
(string)
- The base path for your API Mediation Layer instance. Specify this option to prepend the base path to all resources when making REST requests. Only specify this option if you are using an API Mediation Layer
-
--reject-unauthorized
| --ru
(boolean)
- Reject self-signed certificates
Examples