cURL
curl --request PUT \ --url https://yourdomain.com/ignore_event \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "campaign": "<string>", "timestamp": "<string>", "event_type": "<string>", "source": "<string>", "target": "<string>", "data": "<string>" } '
"event updated"
Mark an event as ignored (hidden from queries)
Admin cookie authentication (configurable in config.json)
Campaign name
Event timestamp
Event type
Source IP
Target ID
Event data
Event ignored successfully
The response is of type string.
string