NSX-T Data Center REST API

RuntimeInterfaceStatistics (type)

{
  "extends": {
    "$ref": "SIAggregatedDataCounterEx"
  },
  "id": "RuntimeInterfaceStatistics",
  "module_id": "ServiceInsertionVMDeployment",
  "properties": {
    "dropped_by_security_packets": {
      "$ref": "SIPacketsDroppedBySecurity",
      "readonly": true,
      "required": false
    },
    "interface_index": {
      "readonly": true,
      "required": true,
      "title": "Index of the interface",
      "type": "integer"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true
    },
    "mac_learning": {
      "$ref": "SIMacLearningCounters",
      "readonly": true,
      "required": false
    },
    "rx_bytes": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    },
    "rx_packets": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    },
    "tx_bytes": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    },
    "tx_packets": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    }
  },
  "type": "object"
}