https://playbooks.drdroid.io/alert-middleware/webhooks/alert/ingest
Method: POST
Content-Type: application/json
Authorization: Bearer <your-api-token>
Field | Type | Description |
---|---|---|
alert_title | string | Concise description of the alert |
alert_message | string | Detailed message or description |
severity | string | critical , warning , info |
timestamp | string | ISO 8601 timestamp (e.g., "2024-01-15T10:30:00Z" ) |
Field | Type | Description |
---|---|---|
source | string | Source system (e.g., "datadog" , "sentry" ) |
tags | object | Key-value pairs for categorization |
metadata | object | Additional context or data |
https://playbooks.drdroid.io/alert-middleware/webhooks/alert/ingest
Status Code | Description |
---|---|
200 | Alert successfully ingested |
400 | Bad request - invalid payload format |
401 | Unauthorized - invalid or missing API token |
429 | Rate limit exceeded |
500 | Internal server error |