NSX-T Data Center REST API

Fastpath (type)

{
  "id": "Fastpath", 
  "module_id": "ObservabilityCounters", 
  "properties": {
    "rx_drops": {
      "description": "Count of rx packet drops of ENS Fastpath / Not applicable for FC Module.", 
      "required": false, 
      "type": "integer"
    }, 
    "rx_drops_sp": {
      "description": "Count of rx pkts drops of slowpath / Not applicable for FC Module.", 
      "required": false, 
      "type": "integer"
    }, 
    "rx_drops_uplink": {
      "description": "Count of rx packet drops of ENS Uplink / Not applicable for FC Module.", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_drops": {
      "description": "Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup of vnic.", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_drops_sp": {
      "description": "Count of tx pkts drops by slowpath / Not applicable for FC Module.", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_drops_uplink": {
      "description": "Count of tx packet drops of ENS Uplink / Count of packets dropped at FC lookup of Uplink.", 
      "required": false, 
      "type": "integer"
    }
  }, 
  "type": "object"
}