{
  "per_node_statistics": [
    {
      "last_update_timestamp": 7,
      "rx": {
        "dropped_packets": 5,
        "total_bytes": 3,
        "total_packets": 4
      },
      "tx": {
        "dropped_packets": 8,
        "total_bytes": 10,
        "total_packets": 9
      },
      "transport_node_id": "string"
    },
    {
      "last_update_timestamp": 7,
      "rx": {
        "dropped_packets": 5,
        "total_bytes": 5,
        "total_packets": 10
      },
      "tx": {
        "dropped_packets": 8,
        "total_bytes": 5,
        "total_packets": 4
      },
      "transport_node_id": "string"
    },
    {
      "last_update_timestamp": 10,
      "rx": {
        "dropped_packets": 8,
        "total_bytes": 6,
        "total_packets": 6
      },
      "tx": {
        "dropped_packets": 3,
        "total_bytes": 1,
        "total_packets": 8
      },
      "transport_node_id": "string"
    },
    {
      "last_update_timestamp": 5,
      "rx": {
        "dropped_packets": 4,
        "total_bytes": 3,
        "total_packets": 8
      },
      "tx": {
        "dropped_packets": 6,
        "total_bytes": 8,
        "total_packets": 3
      },
      "transport_node_id": "string"
    },
    {
      "last_update_timestamp": 2,
      "rx": {
        "dropped_packets": 7,
        "total_bytes": 3,
        "total_packets": 10
      },
      "tx": {
        "dropped_packets": 7,
        "total_bytes": 10,
        "total_packets": 2
      },
      "transport_node_id": "string"
    }
  ],
  "logical_router_port_id": "string"
}