The SYSVIEW session profile schema, where you specify your session information and credentials
Usage
zowe profiles update sysview-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new sysview profile. You can load this profile by using the name on commands that support the "--sysview-profile" option.
sysview connection options
-
--host
| -H
(string)
- The hostname of the SYSVIEW REST API
-
--port
| -P
(number)
- The port number of the SYSVIEW REST API
-
--user
| -u
(string)
- Your z/OS username used to authenticate to the SYSVIEW REST API
-
--password
| --pass
| --pw
(string)
- Your z/OS password used to authenticate to the SYSVIEW REST API
-
--reject-unauthorized
| --ru
(boolean)
- If set, the server certificate is verified against the list of supplied CAs
-
--ssid
(string)
- SSID of the SYSVIEW instance. Default value: GSVX
-
--base-path
| --bp
(string)
- The base path for your API mediation layer instance. Do not specify this option if you are not using an API mediation layer.
Examples