Skip to main content
WEBHOOK
Contact Pelanor Support to configure Anomaly Alert Webhook delivery URL for your account.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string<uuid>
required

Unique identifier of the alert in Pelanor.

name
string
required

Human-readable name derived from the monitor aggregation key.

detectedAt
string<date-time>
required

UTC time when the alert was detected.

expectedCost
number<double>
required

Expected cost (USD).

actualCost
number<double>
required

Observed cost (USD) that triggered the alert.

reportUrl
string<uri>
required

Link to the alert investigation in Pelanor.

monitorUrl
string<uri>
required

Link to the Anomaly Monitor configuration.

aiSummary
string

AI-generated summary with context and likely root cause.

Response

200

Return a 2xx status to acknowledge receipt.