IBM WebSphere · JSON Structure

Websphere Admin Rest Health Status Structure

Type: object Properties: 4
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

HealthStatus is a JSON Structure definition published by IBM WebSphere, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

status serverName uptime checks

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HealthStatus",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "serverName": {
      "type": "string"
    },
    "uptime": {
      "type": "integer"
    },
    "checks": {
      "type": "array"
    }
  }
}