NSX-T Data Center REST API

VlanExtensionDataCounter (type)

{
  "additionalProperties": false,
  "id": "VlanExtensionDataCounter",
  "module_id": "PolicyVpcSubnetStatistics",
  "nsx_feature": "DlcCidrSubnetForVpc",
  "properties": {
    "dropped": {
      "title": "The dropped packets or bytes",
      "type": "integer"
    },
    "multicast_broadcast": {
      "title": "The multicast and broadcast packets or bytes",
      "type": "integer"
    },
    "total": {
      "description": "The total number includes all traffic: multicast, broadcast, unknown unicast, known unicast, and dropped packets.",
      "required": true,
      "title": "The total packets or bytes",
      "type": "integer"
    },
    "unknown_unicast": {
      "title": "The total unkown unicast packets or bytes",
      "type": "integer"
    }
  },
  "title": "Vlan extension data counter",
  "type": "object"
}