IBM WebSphere · Example Payload

Websphere Listbatchjobinstances Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listbatchjobinstances 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": "listBatchJobInstances",
  "method": "GET",
  "path": "/ibm/api/batch/jobinstances",
  "summary": "List Batch Job Instances",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listbatchjobinstances200Example",
      "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"
            }
          ]
        }
      ]
    }
  ]
}