Webhooks integration
Receive your decube alerts to an endpoint of your choice by using our webhooks integration.
Last updated
Receive your decube alerts to an endpoint of your choice by using our webhooks integration.
Last updated
{
"organization_id": "abc1234",
"asset": {
"asset": {
"id": 1506,
"type": "property",
"name": "country"
}, // This is the catalog asset that this monitor is added to.
"parents": [
{
"id": 11,
"type": "source",
"name": "Ironhide-test"
},
{
"id": 44,
"type": "collection",
"name": "public"
},
{
"id": 206,
"type": "dataset",
"name": "bank"
}
]
}, // This is the parent object(s) of the catalog asset.
"incident": {
"case_id": 1872,
"id": 169775,
"time": "2025-10-16T15:21:24.513618",
"type": "field_health",
"test_type": "null_percentage",
"level": "critical"
}, // Incident information as shown in Incidents page
"monitor": {
"id": 41076,
"name": "null_percentage",
"mode": "scheduled",
"grouping": null
}, // Basic information on monitor which created the incident.
"detail": {
"value": 0,
"upper_bound": 60,
"lower_bound": 50,
"test_type": "null_percentage",
"metric_name": "null_percentage"
}
} // Metrics from the scan which generated the incident.