IBM WebSphere · Example Payload

Websphere Getcontrollerinfo Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getcontrollerinfo 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": "getControllerInfo",
  "method": "GET",
  "path": "/controller",
  "summary": "Get Controller Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcontrollerinfo200Example",
      "example": {
        "name": "Example Title",
        "hostName": "example_value",
        "httpsPort": 10,
        "version": "example_value",
        "memberCount": 10,
        "clusterCount": 10,
        "hostCount": 10
      }
    }
  ]
}