Amazon Mainframe Modernization · Example Payload

Amazon Mainframe Modernization Get Batch Job Execution Response Example

COBOLMainframeMigrationModernizationBatch Processing

Amazon Mainframe Modernization Get Batch Job Execution Response Example is an example object payload from Amazon Mainframe Modernization, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationIdbatchJobIdentifierendTimeexecutionIdjobIdjobNamejobTypejobUserreturnCodestartTimestatusstatusReason

Example Payload

Raw ↑
{
  "applicationId": "abc12345",
  "batchJobIdentifier": "abc12345",
  "endTime": "example-value",
  "executionId": "abc12345",
  "jobId": "abc12345",
  "jobName": "my-app",
  "jobType": "example-value",
  "jobUser": "example-value",
  "returnCode": "example-value",
  "startTime": "example-value",
  "status": "Running",
  "statusReason": "Running"
}