NodeInterSiteStatistics

NodeInterSiteStatistics
NodeInterSiteStatistics

For every remote-site, it provides the statistics of remote tunnels between a given edge node and the remote node where the tunnels are identified by the source and destination address.

JSON Example
{
    "last_update_timestamp": 0,
    "stats_per_site": [
        {
            "remote_site": {
                "is_valid": false,
                "target_display_name": "string",
                "target_id": "string",
                "target_type": "string"
            },
            "rx": {},
            "stats_per_tunnel": [
                {
                    "rx": {},
                    "tunnel_destination_address": "string",
                    "tunnel_source_address": "string",
                    "tx": {}
                }
            ],
            "tx": {}
        }
    ],
    "transport_node_id": "string"
}
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the remote tunnel port statistics was last updated.

stats_per_site
Optional

For every remote-site, it provides the aggregated statistics of all remote tunnels and statistics of individual remote tunnels between the given edge node and the remote site. The counts are from the time the tunnels were created.

string
transport_node_id
Optional

Edge node id whose statistics is being reported.