zowe › ca7 › list-job-instance › list
Displays information about jobs in the active workload.
Usage
zowe ca7 list-job-instance list [options]
Options
-
--all
(boolean)-
all=False
Fetch all the available properties
If the job number is provided, all the properties will be returnedDefault value: false
-
-
--ca7no
(string)-
ca7no=0231
The CA 7 job number
-
-
--databasename
|--db
(string)-
databasename=TESTJOB01
The CA 7 database name
-
-
--jobname
(string)-
jobname=CA7TEST
The CA 7 job name
-
CA7 Connection Options
-
--host
|-H
(string)- Host name of the CA7 API service that is running on the mainframe system.
-
--port
|-P
(number)- Port for the CA7 API service that is running on the mainframe system.
-
--user
|-u
(string)- User name for authenticating connections to the CA7 API service that is running on the mainframe system.
-
--password
|--pass
|--pw
(string)- Password for authenticating connections to the CA7 API service that is running on the mainframe system.
-
--base-path
|--bp
(string)- The base path for your API mediation layer instance. Specify this option to prepend the base path to all resources when making REST requests. Do not specify this option if you are not using an API mediation layer.
-
--protocol
|-o
(string)-
Specifies protocol to use for CA7 connection (http or https).
Allowed values: http, https
-
Profile Options
-
--ca7-profile
|--ca7-p
(string)- The name of a (ca7) profile to load for this command execution.
-
--base-profile
|--base-p
(string)- The name of a (base) profile to load for this command execution.
Base Connection Options
-
--reject-unauthorized
|--ru
(boolean)-
Reject self-signed certificates.
Default value: true
-
-
--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
-
--cert-key-file
(local file path)- The file path to a certificate key file to use for authentication
Examples
-
List a CA 7 job (7777) information which resided in CA7DB database :
zowe ca7 list-job-instance list --all false --ca7no 7777 --db CA7DB --jobname TESTCA7