NSX-T Data Center REST API

VirtualSwitchCounter (type)

{
  "id": "VirtualSwitchCounter",
  "module_id": "ObservabilityCounters",
  "properties": {
    "forged_transmit_rx_drops": {
      "description": "Drops due to forged transmits disabled.",
      "required": false,
      "type": "integer"
    },
    "unknown_unicast_rx_uplink_pkts": {
      "description": "Unknown unicast flooded packets received from uplink.",
      "required": false,
      "type": "integer"
    },
    "unknown_unicast_tx_uplink_pkts": {
      "description": "Unknown unicast flooded packets sent on the uplink.",
      "required": false,
      "type": "integer"
    },
    "vlan_tag_mismatch_rx": {
      "description": "Drops due to VLAN tag mismatch of packets received by vswitch.",
      "required": false,
      "type": "integer"
    },
    "vlan_tag_mismatch_rx_mcast": {
      "description": "Drops due to VLAN tag mismatch of packets received by vswitch.",
      "required": false,
      "type": "integer"
    },
    "vlan_tag_mismatch_tx": {
      "description": "Drops due to VLAN tag mismatch of packets forwarded by vswitch.",
      "required": false,
      "type": "integer"
    },
    "vlan_tag_mismatch_tx_mcast": {
      "description": "Drops due to VLAN tag mismatch of packets forwarded by vswitch.",
      "required": false,
      "type": "integer"
    },
    "vni_tag_mismatch_tx": {
      "description": "Drops due to VNI tag mismatch of packets forwarded by vswitch.",
      "required": false,
      "type": "integer"
    },
    "vni_tag_mismatch_tx_mcast": {
      "description": "Drops due to VNI tag mismatch of packets forwarded by vswitch.",
      "required": false,
      "type": "integer"
    }
  },
  "type": "object"
}