NSX-T Data Center REST API

DfwDropCounters (type)

{
  "id": "DfwDropCounters",
  "module_id": "AggSvcL2Types",
  "properties": {
    "rx_dropped": {
      "description": "The number of received packets dropped by distributed firewall rules due to rule actions.",
      "required": false,
      "title": "Number of received packets dropped by firewall",
      "type": "integer"
    },
    "tx_dropped": {
      "description": "The number of sent packets dropped by distributed firewall rules due to rule actions.",
      "required": false,
      "title": "Number of sent packets dropped by firewall",
      "type": "integer"
    }
  },
  "type": "object"
}