NodeInterfaceStatisticsProperties (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "Resource
  }, 
  "id": "NodeInterfaceStatisticsProperties", 
  "module_id": "ApplianceStats", 
  "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": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "interface_id": {
      "title": "Interface ID", 
      "type": "string"
    }, 
    "rx_bytes": {
      "title": "Total bytes received since the uptime", 
      "type": "integer"
    }, 
    "rx_drop_no_match": {
      "description": "Total packets dropped due to <VNI, MAC> lookup failures since the uptime. Available only for Edge Transport Node.", 
      "title": "Total packets dropped due to <VNI, MAC> lookup failures since the uptime", 
      "type": "integer"
    }, 
    "rx_dropped": {
      "title": "Total packets dropped since the uptime", 
      "type": "integer"
    }, 
    "rx_errors": {
      "title": "Total receive error packets since the uptime", 
      "type": "integer"
    }, 
    "rx_frame": {
      "description": "Total framing error packets since the uptime. Available only for Host Transport Node.", 
      "title": "Total framing error packets since the uptime", 
      "type": "integer"
    }, 
    "rx_misses": {
      "description": "Total packets missed while receive since the uptime. Available only for Edge Transport Node.", 
      "title": "Total packets missed while receive since the uptime", 
      "type": "integer"
    }, 
    "rx_nombufs": {
      "description": "Total packets dropped due to MBUF Alloc failures since the uptime. Available only for Edge Transport Node.", 
      "title": "Total packets dropped due to MBUF Alloc failures since the uptime", 
      "type": "integer"
    }, 
    "rx_packets": {
      "title": "Total packets received since the uptime", 
      "type": "integer"
    }, 
    "source": {
      "$ref": "DataSourceType, 
      "title": "Source of status data."
    }, 
    "tx_bytes": {
      "title": "Total bytes transmitted since the uptime", 
      "type": "integer"
    }, 
    "tx_carrier": {
      "description": "Total packets for carrier losses detected on transmit. Available only for Host Transport Node.", 
      "title": "Total packets for carrier losses detected on transmit", 
      "type": "integer"
    }, 
    "tx_colls": {
      "description": "Total packets for collisions detected on transmit. Available only for Host Transport Node.", 
      "title": "Total packets for collisions detected on transmit", 
      "type": "integer"
    }, 
    "tx_dropped": {
      "title": "Total packets dropped on transmit since the uptime", 
      "type": "integer"
    }, 
    "tx_drops": {
      "description": "Total packets dropped on transmit since the uptime. Available only for Edge Transport Node.", 
      "title": "Total packets dropped on transmit since the uptime", 
      "type": "integer"
    }, 
    "tx_errors": {
      "title": "Total packets for transmit errors since the uptime", 
      "type": "integer"
    }, 
    "tx_packets": {
      "title": "Total packets transmitted since the uptime", 
      "type": "integer"
    }
  }, 
  "title": "Node network interface statistic properties", 
  "type": "object"
}