SolarWinds · JSON Structure

Solarwinds Papertrail Event Search Result Structure

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

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

Properties

events min_id max_id reached_beginning min_time_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventSearchResult",
  "type": "object",
  "properties": {
    "events": {
      "type": "array"
    },
    "min_id": {
      "type": "string"
    },
    "max_id": {
      "type": "string"
    },
    "reached_beginning": {
      "type": "boolean"
    },
    "min_time_at": {
      "type": "string"
    }
  }
}