NSX Autonomous Edge REST API
NodeInterfaceStatisticsProperties (schema)
Node network interface statistic properties
Name | Description | Type | Notes |
---|---|---|---|
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Location of schema for this resource | string | Readonly |
_self | SelfResourceLink | Readonly | |
actions | Actions applicable to the resource at this time | array of ActionDescriptor | Readonly |
interface_id | Interface ID | string | Readonly |
notify_mpa | send notification to MPA about this config change (applicable on edge node) | boolean | Default: "False" |
rx_bytes | Number of bytes received | integer | Readonly |
rx_dropped | Number of packets dropped | integer | Readonly |
rx_errors | Number of receive errors | integer | Readonly |
rx_frame | Number of framing errors | integer | Readonly |
rx_packets | Number of packets received | integer | Readonly |
tx_bytes | Number of bytes transmitted | integer | Readonly |
tx_carrier | Number of carrier losses detected | integer | Readonly |
tx_colls | Number of collisions detected | integer | Readonly |
tx_dropped | Number of packets dropped | integer | Readonly |
tx_errors | Number of transmit errors | integer | Readonly |
tx_packets | Number of packets transmitted | integer | Readonly |