cURL
curl --request POST \ --url https://app.pulseguard.nl/api/v2/anomalies/{anomalyId}/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resolution_note": "<string>" } '
{ "success": true, "message": "<string>", "data": { "id": 123, "domain_id": 123, "type": "response_time", "severity": "low", "title": "<string>", "status": "open", "description": "<string>", "detected_at": "2023-11-07T05:31:56Z", "resolved_at": "2023-11-07T05:31:56Z" } }
Mark an anomaly as resolved
API token generated from your PulseGuard dashboard
Anomaly ID
Optional note about the resolution
Anomaly resolved successfully
true
Success message
Response data as object
Show child attributes