Varonis · JSON Structure

Varonis Datalert Add Note Request Structure

AddNoteRequest schema from Varonis DatAlert API

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

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

Properties

alertId note

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-add-note-request-structure.json",
  "name": "AddNoteRequest",
  "description": "AddNoteRequest schema from Varonis DatAlert API",
  "type": "object",
  "properties": {
    "alertId": {
      "type": "string",
      "description": "Unique identifier of the alert to add the note to."
    },
    "note": {
      "type": "string",
      "description": "Text content of the note to add to the alert."
    }
  },
  "required": [
    "alertId",
    "note"
  ]
}