BridgeEndpointStatistics

BridgeEndpointStatistics
BridgeEndpointStatistics
AllOf
This class requires all of the following:
JSON Example
{
    "tx_bytes": {
        "total": 0,
        "multicast_broadcast": 0,
        "dropped": 0
    },
    "rx_packets": {
        "total": 0,
        "multicast_broadcast": 0,
        "dropped": 0
    },
    "tx_packets": {
        "total": 0,
        "multicast_broadcast": 0,
        "dropped": 0
    },
    "rx_bytes": {
        "total": 0,
        "multicast_broadcast": 0,
        "dropped": 0
    },
    "last_update_timestamp": 0,
    "endpoint_id": "string"
}