PolicyInterfaceStatistics

PolicyInterfaceStatistics
PolicyInterfaceStatistics

Tier0 or Tier1 interface statistics on specific Enforcement Point.

AllOf
This class requires all of the following:
JSON Example
{
    "logical_router_port_id": "string",
    "per_node_statistics": [
        {
            "last_update_timestamp": 0,
            "rx": {
                "dropped_packets": 0,
                "total_bytes": 0,
                "total_packets": 0
            },
            "tx": {
                "dropped_packets": 0,
                "total_bytes": 0,
                "total_packets": 0
            },
            "transport_node_id": "string"
        }
    ]
}