IBM WebSphere · Schema

BatchJobInstance

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
jobInstanceId integer
jobName string
appName string
submitter string
batchStatus string
createTime string
lastUpdatedTime string
jobParameters object
_links array
View JSON Schema on GitHub

JSON Schema

open-libertys-batch-job-instance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}