BatchJobExecutionSummary
A subset of the possible batch job attributes. Used in the batch job list.
Contents
- applicationId
-
The unique identifier of the application that hosts this batch job.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- executionId
-
The unique identifier of this execution of the batch job.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- startTime
-
The timestamp when a particular batch job execution started.
Type: Timestamp
Required: Yes
- status
-
The status of a particular batch job execution.
Type: String
Valid Values:
Submitting | Holding | Dispatching | Running | Cancelling | Cancelled | Succeeded | Failed | Purged | Succeeded With Warning
Required: Yes
- batchJobIdentifier
-
The unique identifier of this batch job.
Type: BatchJobIdentifier object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- endTime
-
The timestamp when this batch job execution ended.
Type: Timestamp
Required: No
- jobId
-
The unique identifier of a particular batch job.
Type: String
Pattern:
^\S{1,100}$
Required: No
- jobName
-
The name of a particular batch job.
Type: String
Pattern:
^\S{1,100}$
Required: No
- jobType
-
The type of a particular batch job execution.
Type: String
Valid Values:
VSE | JES2 | JES3
Required: No
- returnCode
-
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes
in the IBM WebSphere Application Server documentation. Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: