Varonis · Capability

Varonis DatAlert API — Events

Varonis DatAlert API — Events. 1 operations. Lead operation: Varonis Get Alerted Events. Self-contained Naftiko capability covering one Varonis business surface.

Run with Naftiko VaronisEvents

What You Can Do

POST
Getalertedevents — Varonis Get Alerted Events
/v1/threatdetection/api/alert/alert/getalertedevents

MCP Tools

varonis-get-alerted-events

Varonis Get Alerted Events

read-only

Capability Spec

datalert-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Varonis DatAlert API — Events
  description: 'Varonis DatAlert API — Events. 1 operations. Lead operation: Varonis Get Alerted Events. Self-contained Naftiko
    capability covering one Varonis business surface.'
  tags:
  - Varonis
  - Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VARONIS_API_KEY: VARONIS_API_KEY
capability:
  consumes:
  - type: http
    namespace: datalert-events
    baseUri: https://{domain}/api
    description: Varonis DatAlert API — Events business capability. Self-contained, no shared references.
    resources:
    - name: threatdetection-api-alert-alert-GetAlertedEvents
      path: /threatdetection/api/alert/alert/GetAlertedEvents
      operations:
      - name: getalertedevents
        method: POST
        description: Varonis Get Alerted Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.VARONIS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: datalert-events-rest
    port: 8080
    description: REST adapter for Varonis DatAlert API — Events. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/threatdetection/api/alert/alert/getalertedevents
      name: threatdetection-api-alert-alert-getalertedevents
      description: REST surface for threatdetection-api-alert-alert-GetAlertedEvents.
      operations:
      - method: POST
        name: getalertedevents
        description: Varonis Get Alerted Events
        call: datalert-events.getalertedevents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datalert-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Varonis DatAlert API — Events. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: varonis-get-alerted-events
      description: Varonis Get Alerted Events
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: datalert-events.getalertedevents
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.