SolarWinds · Schema

SummaryOutage

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
summary object
View JSON Schema on GitHub

JSON Schema

solarwinds-summaryoutage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SummaryOutage",
  "title": "SummaryOutage",
  "type": "object",
  "properties": {
    "summary": {
      "type": "object",
      "properties": {
        "states": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "status": {
                "type": "string"
              },
              "timefrom": {
                "type": "integer"
              },
              "timeto": {
                "type": "integer"
              }
            }
          }
        }
      },
      "example": "example_value"
    }
  }
}