NSX-T Data Center REST API

HostUplink (type)

{
  "id": "HostUplink",
  "module_id": "ObservabilityCounters",
  "properties": {
    "num_pnics": {
      "description": "Number of PNICs in the host.",
      "required": false,
      "type": "int"
    },
    "rx_error_total": {
      "description": "Total RX drop (including errors) reported by the driver.",
      "required": false,
      "type": "integer"
    },
    "rx_missed": {
      "description": "RX missed reported by the driver.",
      "required": false,
      "type": "integer"
    },
    "rxeps": {
      "description": "RX drop rate (including errors).",
      "required": false,
      "type": "number"
    },
    "rxmbps": {
      "description": "RX throughput.",
      "required": false,
      "type": "number"
    },
    "rxpps": {
      "description": "RX packet rate.",
      "required": false,
      "type": "number"
    },
    "txeps": {
      "description": "TX drop rate (including errors).",
      "required": false,
      "type": "number"
    },
    "txmbps": {
      "description": "TX throughput.",
      "required": false,
      "type": "number"
    },
    "txpps": {
      "description": "TX packet rate.",
      "required": false,
      "type": "number"
    }
  },
  "type": "object"
}