IBM WebSphere · Example Payload

Websphere Gethealthstatus Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Gethealthstatus 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": "getHealthStatus",
  "method": "GET",
  "path": "/monitoring/health",
  "summary": "Get Health Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Gethealthstatus200Example",
      "example": {
        "status": "UP",
        "serverName": "example_value",
        "uptime": 10,
        "checks": [
          {
            "name": "Example Title",
            "status": "UP",
            "data": "example_value"
          }
        ]
      }
    }
  ]
}