SolarWinds · JSON Structure

Solarwinds Pingdom Result Structure

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

Result 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

probeid time status responsetime statusdesc statusdesclong

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Result",
  "type": "object",
  "properties": {
    "probeid": {
      "type": "integer"
    },
    "time": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "responsetime": {
      "type": "integer"
    },
    "statusdesc": {
      "type": "string"
    },
    "statusdesclong": {
      "type": "string"
    }
  }
}