NSX-T Data Center REST API

RouteControllerInterfaceStatisticsPerNode (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "LogicalRouterPortStatisticsPerNode"
  },
  "id": "RouteControllerInterfaceStatisticsPerNode",
  "module_id": "PolicyRouteControllerStatistics",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Timestamp when the data was last updated; unset if data source has never updated the data."
    },
    "logical_router_port_id": {
      "description": "Realized logical router port id of the route controller interface.",
      "readonly": true,
      "required": true,
      "title": "Logical router port id",
      "type": "string"
    },
    "rx": {
      "$ref": "LogicalRouterPortCounters",
      "description": "Provides the aggregated incoming packet counters on the logical router port. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the logical router port was created. The statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.",
      "readonly": true,
      "required": false,
      "title": "Packets in statistics"
    },
    "sub_cluster_id": {
      "description": "The subcluster ID of logical router port. Active-Active service router cluster forms pariwise sub cluster of nodes and syncs states among them.",
      "readonly": true,
      "required": false,
      "title": "The ID of the Pairwise subcluster in Active-Active service router cluster",
      "type": "string"
    },
    "transport_node_id": {
      "readonly": true,
      "required": true,
      "title": "The ID of the TransportNode",
      "type": "string"
    },
    "tx": {
      "$ref": "LogicalRouterPortCounters",
      "description": "Provides the aggregated outcoming packet counters on the logical router port. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the logical router port was created. The statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.",
      "readonly": true,
      "required": false,
      "title": "Packets out statistics"
    },
    "virtual_network_appliance_path": {
      "description": "Contains string path of virtual network appliance",
      "readonly": true,
      "required": true,
      "title": "Virtual network appliance path",
      "type": "string"
    }
  },
  "title": "Route controller interface statistics",
  "type": "object"
}