NSX-T Data Center REST API

DataCounter (type)

{
  "id": "DataCounter",
  "module_id": "AggSvcL2Types",
  "properties": {
    "dropped": {
      "required": false,
      "title": "The dropped packets or bytes",
      "type": "integer"
    },
    "multicast_broadcast": {
      "required": false,
      "title": "The multicast and broadcast packets or bytes",
      "type": "integer"
    },
    "total": {
      "required": true,
      "title": "The total packets or bytes",
      "type": "integer"
    },
    "unknown_unicast": {
      "description": "The number of unknown unicast packets or bytes.",
      "nsx_feature": "VlanExtensionForVpcSubnet",
      "required": false,
      "title": "The unknown unicast packets or bytes",
      "type": "integer"
    }
  },
  "type": "object"
}