Skip to main content
POST
Retry Alert Attempt
Applies to BloodHound Enterprise Only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Body

application/json

Request body for manually re-queueing an alert delivery attempt. The supplied composite key identifies the row to retry; the handler is a no-op when the attempt has already succeeded (succeeded_at IS NOT NULL).

alert_id
string<uuid>
required
channel_id
string<uuid>
required
event_id
string<uuid>
required

Response

OK

data
object