SolarWinds · Schema

ProbeList

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
probes array
View JSON Schema on GitHub

JSON Schema

solarwinds-pingdom-probe-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProbeList",
  "type": "object",
  "properties": {
    "probes": {
      "type": "array"
    }
  }
}