cURL
curl --request POST \ --url https://app.pulseguard.nl/api/v2/anomalies/{anomalyId}/false-positive \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "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 a false positive
API token generated from your PulseGuard dashboard
Anomaly ID
Optional note about why this is a false positive
Anomaly marked as false positive successfully
true
Success message
Response data as object
Show child attributes