IBM WebSphere · Example Payload

Websphere Getbatchjobinstance Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getbatchjobinstance Example is an example object payload from IBM WebSphere, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getBatchJobInstance",
  "method": "GET",
  "path": "/ibm/api/batch/jobinstances/{jobInstanceId}",
  "summary": "Get Batch Job Instance",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getbatchjobinstance200Example",
      "example": {
        "jobInstanceId": "500123",
        "jobName": "example_value",
        "appName": "example_value",
        "submitter": "example_value",
        "batchStatus": "STARTING",
        "createTime": "2026-01-15T10:30:00Z",
        "lastUpdatedTime": "2026-01-15T10:30:00Z",
        "jobParameters": "example_value",
        "_links": [
          {
            "rel": "example_value",
            "href": "https://www.example.com"
          }
        ]
      }
    }
  ]
}