get https://{hostname}/etp-report/v3/configs//proxy-traffic/transactions/aggregate
Lists the count of proxy traffic transaction totals, grouped by the chosen query aggregation..
Responses
Lists the count of proxy traffic transaction totals, grouped by the chosen query aggregation..
xxxxxxxxxx
curl --request GET \
--url 'https://hostname/etp-report/v3/configs/configId/proxy-traffic/transactions/aggregate?dimension=domain&filters=action=[object Object]&applicationId=[object Object]&asName=[object Object]&category=[object Object]&clientIP=[object Object]&clientPort=[object Object]&clientRequestId=[object Object]&country=[object Object]&destinationIP=[object Object]&destinationPort=[object Object]&deviceId=[object Object]&deviceOwnerId=[object Object]&devicePostureRisk=[object Object]&dlpDictionaryId=[object Object]&dlpFileHash=[object Object]&dlpPatternId=[object Object]&domain=[object Object]&encryptedInternalClientIP=[object Object]&encryptedInternalClientName=[object Object]&encryptedUserId=[object Object]&encryptedUserName=[object Object]&fileType=[object Object]&group=[object Object]&httpRequestMethod=[object Object]&isAlert=[object Object]&isEvent=[object Object]&l7Protocol=[object Object]&matchedGroups=[object Object]&onRampType=[object Object]&operationId=[object Object]&policy=[object Object]&reason=[object Object]&responseCode=[object Object]&riskId=[object Object]&site=[object Object]&sublocationId=[object Object]&uri=[object Object]' \
--header 'accept: application/json'
xxxxxxxxxx
19{
"aggregations": [
{
"id": "GET",
"name": "GET",
"total": 3303
},
{
"id": "POST",
"name": "POST",
"total": 101
}
],
"dimension": {
"id": "httpRequestMethod",
"name": "httpRequestMethod",
"total": 2
}
}