NSX-T Data Center REST API
AggregatedDataCounterEx (type)
{
"extends": {
"$ref": "AggregatedDataCounter"
},
"id": "AggregatedDataCounterEx",
"module_id": "AggSvcL2Types",
"properties": {
"distributed_dhcp_server_packets": {
"$ref": "DistributedDhcpServerPackets",
"readonly": true,
"required": false
},
"dropped_by_firewall_packets": {
"$ref": "DfwDropCounters",
"readonly": true,
"required": false
},
"dropped_by_security_packets": {
"$ref": "PacketsDroppedBySecurity",
"readonly": true,
"required": false
},
"mac_learning": {
"$ref": "MacLearningCounters",
"readonly": true,
"required": false
},
"rx_bytes": {
"$ref": "DataCounter",
"readonly": true,
"required": false
},
"rx_packets": {
"$ref": "DataCounter",
"readonly": true,
"required": false
},
"tx_bytes": {
"$ref": "DataCounter",
"readonly": true,
"required": false
},
"tx_packets": {
"$ref": "DataCounter",
"readonly": true,
"required": false
}
},
"type": "object"
}