NSX-T Data Center REST API
L2VPNTrafficStatisticsPerSegment (type)
{ "additionalProperties": false, "description": "Provides the following traffic statistics of an L2VPN stretched segment since the time the segment is associated with the L2VPN session: - Incoming packet count. - Outgoing packet count. - Dropped packet count.", "id": "L2VPNTrafficStatisticsPerSegment", "module_id": "PolicyVpnStats", "properties": { "bum_bytes_in": { "description": "Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported.", "readonly": true, "title": "Broadcast, Unknown unicast and Multicast (BUM) bytes in", "type": "integer" }, "bum_bytes_out": { "description": "Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported.", "readonly": true, "title": "Broadcast, Unknown unicast and Multicast (BUM) bytes out", "type": "integer" }, "bum_packets_in": { "description": "Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported.", "readonly": true, "title": "Broadcast, Unknown unicast and Multicast (BUM) packets in", "type": "integer" }, "bum_packets_out": { "description": "Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported.", "readonly": true, "title": "Broadcast, Unknown unicast and Multicast (BUM) packets out", "type": "integer" }, "bytes_in": { "description": "The total number of traffic bytes received on an L2VPN segment.", "readonly": true, "title": "Bytes in", "type": "integer" }, "bytes_out": { "description": "The total number of traffic bytes sent on an L2VPN segment.", "readonly": true, "title": "Bytes out", "type": "integer" }, "packets_in": { "description": "The total number of incoming packets on an L2VPN segment.", "readonly": true, "title": "Packets in", "type": "integer" }, "packets_out": { "description": "The total number of outgoing packets on an L2VPN segment.", "readonly": true, "title": "Packets out", "type": "integer" }, "packets_receive_error": { "description": "The total number of incoming packets dropped on an L2VPN segment.", "readonly": true, "title": "Packets received error", "type": "integer" }, "packets_sent_error": { "description": "The total number of outgoing packets dropped on an L2VPN segment", "readonly": true, "title": "Packets sent error", "type": "integer" }, "segment_path": { "description": "Policy path referencing the segment on which stats are gathered.", "readonly": true, "title": "Segment Path", "type": "string" } }, "title": "L2VPN traffic statistics per segment", "type": "object" }