SolarWinds · Schema

CheckUpdate

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
name string
host string
resolution integer
paused boolean
View JSON Schema on GitHub

JSON Schema

solarwinds-checkupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CheckUpdate",
  "title": "CheckUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "host": {
      "type": "string",
      "example": "example_value"
    },
    "resolution": {
      "type": "integer",
      "example": 10
    },
    "paused": {
      "type": "boolean",
      "example": true
    }
  }
}