Vigilfield Docs
API referenceAlerts

`POST /alerts/{id}/resolutions` — resolve an alert.

POST/alerts/{id}/resolutions

The alert's id and resulting status. A repeat succeeds. The next hit on the same key opens a new alert.

Path Parameters

id*string

Alert id (alr_…)

Response Body

application/json

curl -X POST "https://example.com/alerts/string/resolutions"
{  "id": "string",  "status": "open"}