PolicyNatRuleStatisticsPerLogicalRouter

PolicyNatRuleStatisticsPerLogicalRouter
PolicyNatRuleStatisticsPerLogicalRouter

Gives the statistics of a NAT rule per logical router on specified enforcement point.

JSON Example
{
    "enforcement_point_path": "string",
    "last_update_timestamp": 0,
    "per_node_statistics": [
        {
            "active_sessions": 0,
            "total_bytes": 0,
            "total_packets": 0,
            "last_update_timestamp": 0,
            "transport_node_path": "string"
        }
    ],
    "router_path": "string",
    "statistics": {
        "active_sessions": 0,
        "total_bytes": 0,
        "total_packets": 0
    }
}
string
enforcement_point_path
Optional

Policy Path referencing the enforcement point from where the statistics are fetched.

integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the data was last updated.

per_node_statistics
Optional

Detailed Rule statistics per logical router.

string
router_path
Optional

Path of the router.

statistics
Optional

Gives the statistics count of a NAT rule.