Varonis · JSON Structure

Varonis Datalert Success Response Structure

SuccessResponse schema from Varonis DatAlert API

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

SuccessResponse 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

success message

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-success-response-structure.json",
  "name": "SuccessResponse",
  "description": "SuccessResponse schema from Varonis DatAlert API",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Indicates whether the operation completed successfully."
    },
    "message": {
      "type": "string",
      "description": "Human-readable message describing the result."
    }
  }
}