Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Batch Job Execution Summary Structure

A subset of the possible batch job attributes. Used in the batch job list.

Type: object Properties: 10 Required: 4
COBOLMainframeMigrationModernizationBatch Processing

BatchJobExecutionSummary is a JSON Structure definition published by Amazon Mainframe Modernization, describing 10 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

applicationId batchJobIdentifier endTime executionId jobId jobName jobType returnCode startTime status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-batch-job-execution-summary-structure.json",
  "name": "BatchJobExecutionSummary",
  "description": "A subset of the possible batch job attributes. Used in the batch job list.",
  "type": "object",
  "properties": {
    "applicationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Identifier"
        },
        {
          "description": "The unique identifier of the application that hosts this batch job."
        }
      ]
    },
    "batchJobIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobIdentifier"
        },
        {
          "description": "The unique identifier of this batch job."
        }
      ]
    },
    "endTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The timestamp when this batch job execution ended."
        }
      ]
    },
    "executionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Identifier"
        },
        {
          "description": "The unique identifier of this execution of the batch job."
        }
      ]
    },
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String100"
        },
        {
          "description": "The unique identifier of a particular batch job."
        }
      ]
    },
    "jobName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String100"
        },
        {
          "description": "The name of a particular batch job."
        }
      ]
    },
    "jobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobType"
        },
        {
          "description": "The type of a particular batch job execution."
        }
      ]
    },
    "returnCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see <a href=\"https://www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes\">Batch return codes</a> in the <i>IBM WebSphere Application Server</i> documentation."
        }
      ]
    },
    "startTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The timestamp when a particular batch job execution started."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobExecutionStatus"
        },
        {
          "description": "The status of a particular batch job execution."
        }
      ]
    }
  },
  "required": [
    "applicationId",
    "executionId",
    "startTime",
    "status"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-mainframe-modernization-batch-job-execution-summary-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.