SolarWinds · Example Payload

Solarwinds Getevents Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Getevents Example is an example object payload from SolarWinds, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getEvents",
  "method": "GET",
  "path": "/events",
  "summary": "Solarwinds Retrieve Search Results",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getevents200Example",
      "example": {
        "total_events": 10,
        "page": 10,
        "events": [
          {
            "id": "abc123",
            "timestamp": 10,
            "logmsg": "example_value",
            "logtypes": {},
            "event": "example_value",
            "tags": {}
          }
        ]
      }
    }
  ]
}