Report network traffic connections totals

GET https://{{host}}/etp-report/v3/configs/:configId/network-traffic/connections/aggregate?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}

Lists the count of network traffic connections totals, grouped by query parameters.

Request Params

KeyDatatypeRequiredDescription
dimensionstring(Required) Enum Optionally filter by a dimension of data. Refer to Filters for a complete list.
cardinalitystring(Optional) The number of records to fetch for the aggregation.
startTimeSecstring(Required) The start time for report data, in epoch seconds.
endTimeSecstring(Required) The end time for report data, in epoch seconds.
filtersstring(Required) Filters report data using the Filters JSON object. You supply this object as the value after you define the filter parameters.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"aggregations":[{"id":"Request is not compliant with HTTP protocol","name":"Request is not compliant with HTTP protocol","total":324},{"id":"Client is using deprecated SSL protocol","name":"Client is using deprecated SSL protocol","total":314},{"id":"Client is using deprecated SSL cipher","name":"Client is using deprecated SSL cipher","total":303},{"id":"Origin TLS certificate is Invalid","name":"Origin TLS certificate is Invalid","total":203},{"id":"Origin SSL Handshake failed","name":"Origin SSL Handshake failed","total":203},{"id":"Origin connection failure","name":"Origin connection failure","total":5027},{"id":"Client connection failure","name":"Client connection failure","total":40532},{"id":"DNS resolution failed - Invalid domain name","name":"DNS resolution failed - Invalid domain name","total":2433},{"id":"DNS resolved - No Address returned","name":"DNS resolved - No Address returned","total":4213}],"dimension":{"id":"droppedReason","name":"droppedReasonname","total":9}}