SolarWinds · Schema

EventSearchResult

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
events array
min_id string Minimum event ID in results
max_id string Maximum event ID in results
reached_beginning boolean Whether results include the earliest matching event
min_time_at string
View JSON Schema on GitHub

JSON Schema

solarwinds-papertrail-event-search-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EventSearchResult",
  "type": "object",
  "properties": {
    "events": {
      "type": "array"
    },
    "min_id": {
      "type": "string",
      "description": "Minimum event ID in results"
    },
    "max_id": {
      "type": "string",
      "description": "Maximum event ID in results"
    },
    "reached_beginning": {
      "type": "boolean",
      "description": "Whether results include the earliest matching event"
    },
    "min_time_at": {
      "type": "string"
    }
  }
}