NSX-T Data Center REST API

FpCounters (type)

{
  "id": "FpCounters",
  "module_id": "AggSvcLogicalSwitch",
  "properties": {
    "rx_bytes": {
      "description": "Count of rx bytes of ENS-Fastpath/FC-lookup.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "rx_drops": {
      "description": "Count of rx packet drops of ENS Fastpath / Not applicable for FC Module.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "rx_drops_sp": {
      "description": "Count of rx pkts drops of slowpath / Not applicable for FC Module.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "rx_drops_uplink": {
      "description": "Count of rx packet drops of ENS Uplink / Not applicable for FC Module.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "rx_pkts": {
      "description": "Count of rx packets of ENS Fastpath / Count of rx packets at FC lookup of vnic.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "rx_pkts_sp": {
      "description": "Count of rx pkt of slowpath / Not applicable for FC Module.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "rx_pkts_uplink": {
      "description": "Count of rx packets of ENS Uplink / Count of rx packets at FC lookup of Uplink.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "tx_bytes": {
      "description": "Count of tx bytes of ENS/FC Fastpath",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "tx_drops": {
      "description": "Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup of vnic",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "tx_drops_sp": {
      "description": "Count of tx pkts drops by slowpath / Not applicable for FC Module.",
      "readonly": true,
      "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.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "tx_pkts": {
      "description": "Count of tx packets of ENS Fastpath / Count of packets going through FC fastpath at vnic.",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "tx_pkts_sp": {
      "description": "Count of tx pkts of ENS/FC slowpath",
      "readonly": true,
      "required": false,
      "type": "integer"
    },
    "tx_pkts_uplink": {
      "description": "Count of tx packets of ENS Uplink / Count of packets going through FC fastpath at Uplink.",
      "readonly": true,
      "required": false,
      "type": "integer"
    }
  },
  "type": "object"
}