IBM WebSphere · Schema

HealthStatus

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
status string
serverName string
uptime integer Server uptime in milliseconds
checks array
View JSON Schema on GitHub

JSON Schema

websphere-admin-rest-health-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HealthStatus",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "serverName": {
      "type": "string"
    },
    "uptime": {
      "type": "integer",
      "description": "Server uptime in milliseconds"
    },
    "checks": {
      "type": "array"
    }
  }
}