SolarWinds · JSON Structure

Solarwinds Loggly Events Response Structure

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

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

Properties

total_events page events

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventsResponse",
  "type": "object",
  "properties": {
    "total_events": {
      "type": "integer"
    },
    "page": {
      "type": "integer"
    },
    "events": {
      "type": "array"
    }
  }
}