IBM WebSphere · Example Payload

Websphere Listapplications Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listapplications 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": "listApplications",
  "method": "GET",
  "path": "/applications",
  "summary": "List Deployed Applications",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listapplications200Example",
      "example": [
        {
          "name": "Example Title",
          "status": "started",
          "contextRoot": "example_value",
          "targetServer": "example_value",
          "deployedModules": [
            {
              "name": "Example Title",
              "type": "web",
              "uri": "example_value"
            }
          ],
          "lastModified": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}