v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBBits AI
Trigger a Bits AI investigation
Trigger a new Bits AI investigation based on a monitor alert.
post/api/v2/bits-ai/investigations
Request body
Example request
{
"data": {
"attributes": {
"trigger": {
"monitor_alert_trigger": {
"event_id": "1234567890123456789",
"event_ts": 1700000000000,
"monitor_id": 12345678
},
"type": "monitor_alert_trigger"
}
},
"type": "trigger_investigation_request"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"investigation_id": "a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
},
"id": "f5e6a7b8-c9d0-1e2f-3a4b-5c6d7e8f9a0b",
"type": "trigger_investigation_response"
}
}