SolarWinds · JSON Structure

Solarwinds Papertrail System Structure

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

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

Properties

id name last_event_at auto_delete ip_address hostname syslog

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "System",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "last_event_at": {
      "type": "string"
    },
    "auto_delete": {
      "type": "boolean"
    },
    "ip_address": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "syslog": {
      "type": "object"
    }
  }
}