SolarWinds · JSON Structure

Solarwinds Papertrail Event Structure

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

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

Properties

id received_at generated_at display_received_at source_ip source_name source_id hostname program severity facility message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Event",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "received_at": {
      "type": "string"
    },
    "generated_at": {
      "type": "string"
    },
    "display_received_at": {
      "type": "string"
    },
    "source_ip": {
      "type": "string"
    },
    "source_name": {
      "type": "string"
    },
    "source_id": {
      "type": "integer"
    },
    "hostname": {
      "type": "string"
    },
    "program": {
      "type": "string"
    },
    "severity": {
      "type": "string"
    },
    "facility": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}