The Endevor endevor profile schema, where you specify your endevor session information and credentials
Usage
zowe profiles create endevor-profile <profileName> [options]
Positional Arguments
-
profileName (string)
- Specifies the name of the new endevor profile. You can load this profile by using the name on commands that support the "--endevor-profile" option.
Options
-
--host | --hostname (string)
- The hostname of the endevor session
-
--port | -p (number)
- The port number of the endevor session
-
--user | --username (string)
- The username of the endevor session
-
--password | --pass (string)
-
--protocol | --prot (string)
-
--base-path | --bp (string)
-
--reject-unauthorized | --ru (boolean)
- If set, the server certificate is verified against the list of supplied CAs
-
--overwrite | --ow (boolean)
- Overwrite the endevor profile when a profile of the same name exists.
-
--disable-defaults | --dd (boolean)
- Disable populating profile values of undefined properties with default values.
Examples
-
Create an endevor profile called 'ndvrSample' to connect to Endevor web services at host ndvr123 and port 8080,using http protocol, with /EndevorService/rest base path, allowing self-signed certificates:
zowe profiles create endevor-profile ndvrSample --host ndvr123 --port 8080 --user ibmuser --password myp4ss --prot http --base-path EndevorService/rest --reject-unauthorized false