IBM WebSphere · Example Payload

Websphere Stopcluster Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Stopcluster 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": "stopCluster",
  "method": "POST",
  "path": "/clusters/{clusterName}/stop",
  "summary": "Stop a Cluster",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Stopcluster200Example",
      "example": {
        "name": "Example Title",
        "status": "example_value",
        "membersStarted": 10,
        "membersTotal": 10,
        "message": "example_value"
      }
    }
  ]
}