IBM WebSphere · Example Payload

Websphere Listclustermembers Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listclustermembers 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": "listClusterMembers",
  "method": "GET",
  "path": "/clusters/{clusterName}/members",
  "summary": "List Cluster Members",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listclustermembers200Example",
      "example": [
        {
          "name": "Example Title",
          "hostName": "example_value",
          "userDir": "example_value",
          "status": "STARTED",
          "clusterName": "example_value",
          "httpsPort": 10,
          "wlpVersion": "example_value",
          "javaVersion": "example_value"
        }
      ]
    }
  ]
}