Submit a capture request2
Usage
zowe sysview capture-immediate <capture-file> [options]
Positional Arguments
-
capture-file (string)
- The list of SYSVIEW commands to be executed as an Event Capture.This takes the same form as a CAPLIB member.
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