LogicalSwitchStatistics
Properties
integer
last_update_timestamp
Optional
Timestamp when the data was last updated; unset if data source has never updated the data.
string
logical_switch_id
Optional
The id of the logical Switch
JSON Example
{
"dropped_by_security_packets": {
"bpdu_filter_dropped": 0,
"dhcp_client_dropped_ipv4": 0,
"dhcp_client_dropped_ipv6": 0,
"dhcp_server_dropped_ipv4": 0,
"dhcp_server_dropped_ipv6": 0,
"spoof_guard_dropped": [
{
"counter": 0,
"packet_type": "string"
}
]
},
"last_update_timestamp": 0,
"logical_switch_id": "string",
"mac_learning": {
"mac_not_learned_packets_allowed": 0,
"mac_not_learned_packets_dropped": 0,
"macs_learned": 0
},
"rx_bytes": {
"dropped": 0,
"multicast_broadcast": 0,
"total": 0
},
"rx_packets": {
"dropped": 0,
"multicast_broadcast": 0,
"total": 0
},
"tx_bytes": {
"dropped": 0,
"multicast_broadcast": 0,
"total": 0
},
"tx_packets": {
"dropped": 0,
"multicast_broadcast": 0,
"total": 0
}
}