SolarWinds · Schema

Check

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
id integer Unique check identifier
name string Check name
type string Check type
hostname string Target hostname
status string Current check status
resolution integer Check interval in minutes
lastresponsetime integer Last response time in milliseconds
lasttesttime integer Last test timestamp (Unix)
created integer Creation timestamp (Unix)
tags array
View JSON Schema on GitHub

JSON Schema

solarwinds-pingdom-check-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Check",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique check identifier"
    },
    "name": {
      "type": "string",
      "description": "Check name"
    },
    "type": {
      "type": "string",
      "description": "Check type"
    },
    "hostname": {
      "type": "string",
      "description": "Target hostname"
    },
    "status": {
      "type": "string",
      "description": "Current check status"
    },
    "resolution": {
      "type": "integer",
      "description": "Check interval in minutes"
    },
    "lastresponsetime": {
      "type": "integer",
      "description": "Last response time in milliseconds"
    },
    "lasttesttime": {
      "type": "integer",
      "description": "Last test timestamp (Unix)"
    },
    "created": {
      "type": "integer",
      "description": "Creation timestamp (Unix)"
    },
    "tags": {
      "type": "array"
    }
  }
}