InlineRuleStatistics1

InlineRuleStatistics1
InlineRuleStatistics1
JSON Example
{
    "byte_count": 0,
    "hit_count": 0,
    "internal_rule_id": "string",
    "lr_path": "string",
    "max_popularity_index": 0,
    "max_session_count": 0,
    "packet_count": 0,
    "popularity_index": 0,
    "rule": "string",
    "session_count": 0,
    "total_session_count": 0
}
integer As int64 As int64
byte_count
Optional

Aggregated number of bytes processed by the rule.

integer As int64 As int64
hit_count
Optional

Aggregated number of hits received by the rule.

string
internal_rule_id
Optional

Realized id of the rule on NSX MP. Policy Manager can create more than one rule per policy rule, in which case this identifier helps to distinguish between the multple rules created.

string
lr_path
Optional

Path of the LR on which the section is applied in case of Edge FW.

integer As int64 As int64
max_popularity_index
Optional

Maximum value of popularity index of all 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
max_session_count
Optional

Maximum value of sessions count of all 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
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.

string
rule
Optional

Path of the rule.

integer As int64 As int64
session_count
Optional

Aggregated number of sessions processed by the rule.

integer As int64 As int64
total_session_count
Optional

Aggregated number of sessions processed by all the 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.