cURL
curl --request POST \ --url https://app.pulseguard.nl/api/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>", "description": "<string>", "status": "open", "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
Anomaly marked as false positive successfully
The response is of type object.
object