Values.GetBatchJobExecutionResponseSourceGets the details of a specific batch job execution for a specific application.
type nonrec t = {applicationId : Identifier.t option;The identifier of the application.
*)batchJobIdentifier : BatchJobIdentifier.t option;The unique identifier of this batch job.
*)endTime : Timestamp.t option;The timestamp when the batch job execution ended.
*)executionId : Identifier.t option;The unique identifier for this batch job execution.
*)jobId : String100.t option;The unique identifier for this batch job.
*)jobName : String100.t option;The name of this batch job.
*)jobStepRestartMarker : JobStepRestartMarker.t option;The step/procedure step information for the restart batch job operation.
*)jobType : BatchJobType.t option;The type of job.
*)jobUser : String100.t option;The user for the job.
*)returnCode : String_.t option;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.
*)startTime : Timestamp.t option;The timestamp when the batch job execution started.
*)status : BatchJobExecutionStatus.t option;The status of the batch job execution.
*)statusReason : String_.t option;The reason for the reported status.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Identifier.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]