SolarWinds · Schema

CheckDetail

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
check string
View JSON Schema on GitHub

JSON Schema

solarwinds-pingdom-check-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CheckDetail",
  "type": "object",
  "properties": {
    "check": {
      "type": "string"
    }
  }
}