SolarWinds · JSON Structure

Solarwinds Pingdom Check Update Structure

Type: object Properties: 4
Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

CheckUpdate is a JSON Structure definition published by SolarWinds, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name host resolution paused

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CheckUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "resolution": {
      "type": "integer"
    },
    "paused": {
      "type": "boolean"
    }
  }
}