Issue a SYSVIEW function command and display any messages
Usage
zowe sysview execute <command-string> [options]
Positional Arguments
- 
command-string(string)
 
- Command(s) to be issued
 (If more than one command, separated by a semi-colon)
 Example:  "ACTIVITY;SORT CPU% D"
 
display options
data options
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)
 
- 
--base-path|--bp(string)
 
Profile Options
Base Connection Options
- 
--token-type|--tt(string)
 
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
 
- 
--token-value|--tv(string)
 
- The value of the token to pass to the API.
 
- 
--cert-file(local file path)
 
- 
The file path to a certificate file to use for authentication. Note: The CLI does not support certificate files that require a password. For more information, search Troubleshooting PEM Certificates in Zowe Docs. 
 
- 
--cert-key-file(local file path)
 
- The file path to a certificate key file to use for authentication
 
Examples