IBM WebSphere · Schema

OverallHealth

Application ServerCloud-NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
status string
totalServers integer
activeServers integer
inactiveServers integer
openVulnerabilities integer
criticalVulnerabilities integer
pendingFixes integer
View JSON Schema on GitHub

JSON Schema

websphere-automation-rest-overall-health-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}