IBM WebSphere · Example Payload

Websphere Getserverhealth Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getserverhealth 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": "getServerHealth",
  "method": "GET",
  "path": "/health/servers/{serverId}",
  "summary": "Get Server Health Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getserverhealth200Example",
      "example": {
        "serverId": "500123",
        "serverName": "example_value",
        "status": "healthy",
        "uptime": 10,
        "cpuUsage": 42.5,
        "memoryUsage": 42.5,
        "openVulnerabilities": 10,
        "lastHealthCheck": "2026-01-15T10:30:00Z",
        "checks": [
          {
            "name": "Example Title",
            "status": "pass",
            "message": "example_value"
          }
        ]
      }
    }
  ]
}