CA File Master Plus profile schema.
Usage
zowe profiles create fmp-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new fmp profile. You can load this profile by using the name on commands that support the "--fmp-profile" option.
FMP Connection Options
-
--host
| -H
(string)
- Specifies CA File Master Plus server host name.
-
--port
| -P
(number)
- Specifies CA File Master Plus server port.
-
--user
| -u
(string)
- Specifies Mainframe user name. May be the same as TSO login.
-
--password
| --pass
| --pw
(string)
- Specifies Mainframe password. May be the same as TSO password.
-
--protocol
| -o
(string)
-
--reject-unauthorized
| --ru
(boolean)
-
--base-path
| --bp
(string)
- The base path for your API mediation layer instance. Specify this option to prepend the base path to all FMP resources when making REST requests. Do not specify this option if you are not using an API mediation layer.
Options
Examples
-
Create a fmp profile with http protocol:
zowe profiles create fmp-profile fmp123 --host fmphost --port 19853 --user mfuser --password m4pass --protocol http
-
Create a fmp profile with https protocol and allow self-signed certificates:
zowe profiles create fmp-profile fmp234 --host fmphost --port 19854 --user mfuser --password m4pass --protocol https --reject-unauthorized false
-
Create a fmp profile with API Mediation layer:
zowe profiles create fmp-profile fmpAPIML --host fmpAPIML --port 2020 --user mfuser --pass mfp4ss --protocol https --reject-unauthorized false --base-path /api/v1/serviceID