PolicyNatRuleStatisticsPerEnforcementPoint
PolicyNatRuleStatisticsPerEnforcementPoint
Gives the statistics of a NAT rule per enforcement point.
JSON Example
{
"enforcement_point_path": "string",
"rule_path": "string",
"rule_statistics": [
{
"active_sessions": 0,
"total_bytes": 0,
"total_packets": 0,
"last_update_timestamp": 0,
"warning_message": "string"
}
]
}
string
enforcement_point_path
Optional
Policy Path referencing the enforcement point from where the statistics are fetched.
string
rule_path
Optional
Path of NAT Rule.
array of PolicyNatRuleStatistics
rule_statistics
Optional
Gives NAT rule stats on an enforcement point.