Acceldata · JSON Structure

Adoc Api Acknowledge Alert Request Structure

Request body for acknowledging an alert

Type: object Properties: 1
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Adoc Api Acknowledge Alert Request Structure is a JSON Structure definition published by Acceldata, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

comment

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://acceldata.io/structures/adoc-api-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"
    }
  }
}