Varonis · JSON Structure

Varonis Datalert Alerted Events Response Structure

AlertedEventsResponse schema from Varonis DatAlert API

Type: object Properties: 2
Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat Detection

AlertedEventsResponse is a JSON Structure definition published by Varonis, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

events totalCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/varonis/refs/heads/main/json-structure/varonis-datalert-alerted-events-response-structure.json",
  "name": "AlertedEventsResponse",
  "description": "AlertedEventsResponse schema from Varonis DatAlert API",
  "type": "object",
  "properties": {
    "events": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlertedEvent"
      },
      "description": "Array of event objects associated with the specified alert."
    },
    "totalCount": {
      "type": "int32",
      "description": "Total number of events associated with the alert."
    }
  }
}