IBM WebSphere · Example Payload

Websphere Getserver Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getserver 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": "getServer",
  "method": "GET",
  "path": "/servers/{serverName}",
  "summary": "Get Server Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getserver200Example",
      "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"
          }
        ]
      }
    }
  ]
}