get https://{hostname}/etp-report/v3/configs//sinkhole-events/aggregate
Lists the count of Security Connector events, grouped by the chosen query aggregation.
Responses
Lists the count of Security Connector events, grouped by the chosen query aggregation.
xxxxxxxxxx
curl --request GET \
--url 'https://hostname/etp-report/v3/configs/configId/sinkhole-events/aggregate?dimension=encryptedSourceIp&filters=action=[object Object]&category=[object Object]&confidence=[object Object]&destinationIP=[object Object]&destinationPort=[object Object]&domain=[object Object]&dropFlag=[object Object]&hasCorrelation=[object Object]&hfRedirectType=[object Object]&hostname=[object Object]&isAlert=[object Object]&list=[object Object]&policy=[object Object]&proxyMode=[object Object]&redirectType=[object Object]&requestId=[object Object]&sinkholeId=[object Object]&sinkholeIp=[object Object]&site=[object Object]&sourcePort=[object Object]&status=[object Object]' \
--header 'accept: application/json'
xxxxxxxxxx
14{
"aggregations": [
{
"id": "192.0.2.228",
"name": "192.0.2.176",
"total": 14
}
],
"dimension": {
"id": "sourceIP",
"name": "internalIP",
"total": 1
}
}