Monitor Jobs on z/OS® systems
The following is an example of URL to be launched to directly open the Monitor Workload page and obtain results about jobs on z/OS® systems.
To create a URL to monitor jobs on a z/OS® system,
specify the following filters:
- engineName
- Specify the name of one or more engines to be used as filter.
- objectType
- Specify an object type as filter. The following are the supported object types in the
Dynamic Workload Console:
- com.ibm.tws.objects.plan.JobInPlan
- com.ibm.tws.objects.plan.JobStreamInPlan
- com.ibm.tws.objects.plan.CriticalJobInPlan
- com.ibm.tws.objects.plan.WorkstattionInPlan
- com.ibm.tws.objects.plan.PromptInPlan
- com.ibm.tws.objects.plan.ResourceInPlan
- com.ibm.tws.objects.plan.DomainInPlan
- plan
- Specify a plan name as filter.
- query
- Specify a query to filter the results.Note: Special characters must be replaced by encoded values. For example, # (number sign) must be replaced by %23, + (plus sign) must be replaced by %2B.
- Example
- A query like
@!@.@+state=#Waiting
must be written like this:@!@.@%2Bstate=%23Waiting
- columns
- Specify the columns that you want to display in your result table. The following three
options are available:
- ALL
- Display all columns.
- DEFAULT
- Diplay only the default columns.
- Customized columns
- Display the customized column to get a specific column result. For example,
“columns”: “Status,Internal Status”
.
If not specified, the default columns for this query are shown.
- encrypt
- Specify if you want to encrypt or not the engine name parameter. If true, the engine name has to be encrypted by using Base64 encode.
https:// mypc:9449/console?pageId=direct-query&properties={"query":"%40!%40","engineName":"eJyLyi92zUvPzEsFABGsA5M=","encrypt":true,"plan":"current plan","objectType":"com.ibm.tws.objects.plan.JobInPlan","columns":"Status,Internal Status,Job Number,Job,Workstation,Job stream,Status Details,Scheduled Time,Job Identifier,Error Code,Time Dependent,Earliest Start,Planned Start,Actual Start,Deadline,Critical"}