NSX-T Data Center REST API

L2ForwarderStatistics (type)

{
  "additionalProperties": false,
  "id": "L2ForwarderStatistics",
  "module_id": "AggSvcL2Forwarder",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the l2 forwarder statistics was last updated.",
      "readonly": true,
      "required": true,
      "title": "Last updated timestamp"
    },
    "logical_switch_id": {
      "description": "Logical switch id on which the L2 forwarder is created.",
      "readonly": true,
      "required": true,
      "title": "Logical switch id of L2 forwarder",
      "type": "string"
    },
    "rx": {
      "$ref": "InterSitePortCounters",
      "description": "Total received data counters.",
      "readonly": true,
      "title": "Received data counters"
    },
    "tx": {
      "$ref": "InterSitePortCounters",
      "description": "Total sent data counters.",
      "readonly": true,
      "title": "Sent data counters"
    }
  },
  "type": "object"
}