NSX-T Data Center REST API

BridgeEndpointStatistics (type)

{
  "extends": {
    "$ref": "AggregatedDataCounter"
  },
  "id": "BridgeEndpointStatistics",
  "module_id": "AggSvcBridging",
  "properties": {
    "endpoint_id": {
      "readonly": true,
      "required": true,
      "title": "The id of the bridge endpoint",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true
    },
    "rx_bytes": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    },
    "rx_packets": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    },
    "tx_bytes": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    },
    "tx_packets": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    }
  },
  "type": "object"
}