Acceldata · Schema

AcknowledgeAlertRequest

Request body for acknowledging an alert

AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Properties

Name Type Description
comment string Optional comment explaining the acknowledgement
View JSON Schema on GitHub

JSON Schema

adoc-api-acknowledge-alert-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://acceldata.io/schemas/acknowledge-alert-request.json",
  "title": "AcknowledgeAlertRequest",
  "type": "object",
  "description": "Request body for acknowledging an alert",
  "properties": {
    "comment": {
      "type": "string",
      "description": "Optional comment explaining the acknowledgement"
    }
  }
}