IBM WebSphere · JSON Structure

Websphere Automation Rest Overall Health Structure

Type: object Properties: 7
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

status totalServers activeServers inactiveServers openVulnerabilities criticalVulnerabilities pendingFixes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OverallHealth",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "totalServers": {
      "type": "integer"
    },
    "activeServers": {
      "type": "integer"
    },
    "inactiveServers": {
      "type": "integer"
    },
    "openVulnerabilities": {
      "type": "integer"
    },
    "criticalVulnerabilities": {
      "type": "integer"
    },
    "pendingFixes": {
      "type": "integer"
    }
  }
}