Varonis · Schema

SuccessResponse

SuccessResponse schema from Varonis DatAlert API

Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat Detection

Properties

Name Type Description
success boolean Indicates whether the operation completed successfully.
message string Human-readable message describing the result.
View JSON Schema on GitHub

JSON Schema

varonis-datalert-success-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/varonis/refs/heads/main/json-schema/varonis-datalert-success-response-schema.json",
  "title": "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."
    }
  }
}