Acceldata · Example Payload

Adoc Api Alert Example

AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Adoc Api Alert Example is an example object payload from Acceldata, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameseveritystatusmessagedatasetIdruleIdcreatedAtupdatedAt

Example Payload

Raw ↑
{
  "id": "alert-001",
  "name": "Missing Values Detected",
  "severity": "HIGH",
  "status": "OPEN",
  "message": "Column 'email' has 15% null values, exceeding threshold of 5%",
  "datasetId": "dataset-customers-001",
  "ruleId": "rule-null-check-001",
  "createdAt": "2024-01-15T10:30:00Z",
  "updatedAt": "2024-01-15T10:30:00Z"
}