IBM WebSphere · Example Payload

Websphere Listservers Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listservers 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": "listServers",
  "method": "GET",
  "path": "/servers",
  "summary": "List Servers",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listservers200Example",
      "example": [
        {
          "name": "Example Title",
          "nodeName": "example_value",
          "clusterName": "example_value",
          "status": "STARTED",
          "serverType": "APPLICATION_SERVER",
          "pid": "500123",
          "ports": [
            {
              "name": "Example Title",
              "port": 10,
              "host": "example_value"
            }
          ]
        }
      ]
    }
  ]
}