The VERIFY command establishes or satisfies a manual verification requirement for a currently scheduled run of the job in the request queue before its execution.
A verification requirement is established for the currently scheduled run to ensure completion of some unusual activity before job submission.
Usage
zowe ca7 commands verify [options]
Required Options
Options
- 
--key(string)
 
- The command transaction key
 
- 
--ca7#(string)
 
- Specifies the CA 7 assigned job number of the job for which a verification requirement is established or satisfied.
 Limits:
 1 to 4 alphanumeric characters
 
- 
--set(string)
 
- Sets the verification requirement.
 ON
 Establishes a manual verification requirement that did not previously exist.
 OFF
 Indicates that a previously established manual verification requirement is satisfied and can be
 removed. A verification requirement no longer appears on the requirements list in the request queue.
 
CA7 Connection Options
Profile Options
Base Connection Options
- 
--reject-unauthorized|--ru(boolean)
 
- 
--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