NSX-T Data Center REST API
HostVnic (type)
{ "id": "HostVnic", "module_id": "ObservabilityCounters", "properties": { "num_vnics": { "description": "Number of VNICs in the host.", "required": false, "type": "int" }, "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" }