NodeInterfaceStatisticsProperties

NodeInterfaceStatisticsProperties
NodeInterfaceStatisticsProperties

Node network interface statistic properties

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "tx_dropped": 0,
    "rx_packets": 0,
    "tx_carrier": 0,
    "rx_bytes": 0,
    "tx_errors": 0,
    "interface_id": "string",
    "tx_colls": 0,
    "rx_frame": 0,
    "rx_errors": 0,
    "tx_bytes": 0,
    "rx_dropped": 0,
    "tx_packets": 0,
    "source": "string"
}