IBM WebSphere · Example Payload

Websphere Getserverinfo Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getserverinfo 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": "getServerInfo",
  "method": "GET",
  "path": "/server",
  "summary": "Get Server Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getserverinfo200Example",
      "example": {
        "name": "Example Title",
        "wlpVersion": "example_value",
        "productEdition": "example_value",
        "javaVersion": "example_value",
        "javaVendor": "example_value",
        "serverStatus": "STARTED",
        "uptime": 10,
        "installDirectory": "example_value",
        "serverDirectory": "example_value"
      }
    }
  ]
}