webhook
alerts
grafana

Webhook Endpoint for Grafana Alerts

post/v1/alert/webhook

Headers

Authorizationstring

Request body

$schemastring uri

A URL to the JSON Schema for this object.

alertnamestring
messagestring required
statusstring required
titlestring required

Example request

{
  "$schema": "https://api.scaleops.com/schemas/GrafanaAlertBody.json"
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.