SolarWinds · Schema

CheckList

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
checks array
counts object
View JSON Schema on GitHub

JSON Schema

solarwinds-pingdom-check-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CheckList",
  "type": "object",
  "properties": {
    "checks": {
      "type": "array"
    },
    "counts": {
      "type": "object"
    }
  }
}