SolarWinds · JSON Structure

Solarwinds Pingdom Check Create Structure

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

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

Properties

name host type resolution paused encryption

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

JSON Structure

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