zowe › ca7 › list-job-definition › requirement-predecessor
Get a list of the predecessors for one or more jobs.
Usage
zowe ca7 list-job-definition requirement-predecessor [options]
Options
-
--db
(string)-
db=TESTJOB01
The CA 7 database name
-
Required Options
-
--jobname
(string)-
jobname=TESTJOB01
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 the predecessor of a job, TESTJOBwhich defined in the CA7DB database:
zowe ca7 list-job-definition requirement-predecessor --db CA7DB --jobname TESTJOB