Amazon Mainframe Modernization · Example Payload

Amazon Mainframe Modernization Batch Job Execution Summary Example

COBOLMainframeMigrationModernizationBatch Processing

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

Top-level fields

applicationIdbatchJobIdentifierendTimeexecutionIdjobIdjobNamejobTypereturnCodestartTimestatus

Example Payload

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