zowe › profiles › update › sysview-profile
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
-
Update a SYSVIEW profile called 'myLPAR' to connect to SYSVIEW REST API at host lpar456:
zowe profiles update sysview-profile myLPAR --host lpar456
-
Update a SYSVIEW profile called 'myLPAR' to have username user101 with password Km5sv78:
zowe profiles update sysview-profile myLPAR --user user101 --password Km5sv78