NSX Autonomous Edge REST API
NodeInterfaceStatisticsProperties (type)
{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "NodeInterfaceStatisticsProperties", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "display": { "hidden": true }, "readonly": true, "title": "Location of schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true }, "actions": { "items": { "$ref": "ActionDescriptor }, "readonly": true, "title": "Actions applicable to the resource at this time", "type": "array" }, "interface_id": { "readonly": true, "title": "Interface ID", "type": "string" }, "notify_mpa": { "default": false, "description": "send notification to MPA about this config change (applicable on edge node)", "display": { "hidden": true }, "readonly": false, "type": "boolean" }, "rx_bytes": { "readonly": true, "title": "Number of bytes received", "type": "integer" }, "rx_dropped": { "readonly": true, "title": "Number of packets dropped", "type": "integer" }, "rx_errors": { "readonly": true, "title": "Number of receive errors", "type": "integer" }, "rx_frame": { "readonly": true, "title": "Number of framing errors", "type": "integer" }, "rx_packets": { "readonly": true, "title": "Number of packets received", "type": "integer" }, "tx_bytes": { "readonly": true, "title": "Number of bytes transmitted", "type": "integer" }, "tx_carrier": { "readonly": true, "title": "Number of carrier losses detected", "type": "integer" }, "tx_colls": { "readonly": true, "title": "Number of collisions detected", "type": "integer" }, "tx_dropped": { "readonly": true, "title": "Number of packets dropped", "type": "integer" }, "tx_errors": { "readonly": true, "title": "Number of transmit errors", "type": "integer" }, "tx_packets": { "readonly": true, "title": "Number of packets transmitted", "type": "integer" } }, "title": "Node network interface statistic properties", "type": "object" }