Skip to main content
POST
Get flood traffic Statistics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
since
string<date-time>
required
until
string<date-time>
required
column
enum<string>[]
required
Available options:
rx_bps,
rx_bps_dropped_by_meter,
outgoing_bps,
tx_bps,
tx_bps_dropped_by_meter,
incoming_bps,
rx_pps,
rx_pps_dropped_by_meter,
outgoing_pps,
tx_pps,
tx_pps_dropped_by_meter,
incoming_pps,
rx_bytes,
tx_bytes,
rx_packets,
tx_packets
filters
StatisticsFloodTrafficFilters · object
required
sample_rate
enum<string>
default:auto

Enum defining the sample rate in any Statistics API request

Available options:
auto,
10s,
30s,
1m,
5m,
15m,
1h
flags
StatisticsFloodTraficFlags · object | null

Response

Successful Response

sample_rate
string
required
samples
Samples · object[]