InlineFirewallStats1

InlineFirewallStats1
InlineFirewallStats1
JSON Example
{
    "total_session_count": 0,
    "packet_count": 0,
    "popularity_index": 0,
    "max_session_count": 0,
    "byte_count": 0,
    "max_popularity_index": 0,
    "session_count": 0,
    "rule_id": "string"
}
integer As int64 As int64
total_session_count
Optional

Aggregated number of sessions processed by the all firewall rules. This is aggregated statistic which are computed with lower frequency compared to individual generic rule statistics. It may have a computation delay up to 15 minutes in response to this API.

integer As int64 As int64
packet_count
Optional

Aggregated number of packets processed by the rule.

integer As int64 As int64
popularity_index
Optional

This is calculated by sessions count divided by age of the rule.

integer As int64 As int64
max_session_count
Optional

Maximum value of sessions count of all firewall rules of the type. This is aggregated statistic which are computed with lower frequency compared to generic rule statistics. It may have a computation delay up to 15 minutes in response to this API.

integer As int64 As int64
byte_count
Optional

Aggregated number of bytes processed by the rule.

integer As int64 As int64
max_popularity_index
Optional

Maximum value of popularity index of all firewall rules of the type. This is aggregated statistic which are computed with lower frequency compared to individual generic rule statistics. It may have a computation delay up to 15 minutes in response to this API.

integer As int64 As int64
session_count
Optional

Aggregated number of sessions processed by the rule.

string
rule_id
Optional

Rule Identifier of the Firewall rule. This is a globally unique number.