IBM WebSphere · Example Payload

Websphere Listclusters Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listclusters 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": "listClusters",
  "method": "GET",
  "path": "/clusters",
  "summary": "List Clusters",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listclusters200Example",
      "example": [
        {
          "name": "Example Title",
          "status": "running",
          "members": [
            {
              "serverName": "example_value",
              "nodeName": "example_value",
              "status": "example_value",
              "weight": 10
            }
          ],
          "preferLocal": true
        }
      ]
    }
  ]
}