IBM WebSphere · JSON Structure

Open Libertys Batch Job Instance Structure

Type: object Properties: 9
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

BatchJobInstance is a JSON Structure definition published by IBM WebSphere, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

jobInstanceId jobName appName submitter batchStatus createTime lastUpdatedTime jobParameters _links

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BatchJobInstance",
  "type": "object",
  "properties": {
    "jobInstanceId": {
      "type": "integer"
    },
    "jobName": {
      "type": "string"
    },
    "appName": {
      "type": "string"
    },
    "submitter": {
      "type": "string"
    },
    "batchStatus": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "lastUpdatedTime": {
      "type": "string"
    },
    "jobParameters": {
      "type": "object"
    },
    "_links": {
      "type": "array"
    }
  }
}