NSX-T Data Center Global Manager REST API

PolicyInterfaceGroupStatistics (type)

{
  "additionalProperties": false, 
  "description": "Provides the following statistics about a Tier0 or Tier1 interface group on a specific enforcement point:  - <b>Individual Tier0 or Tier1 interface statistics </b> which are part of the group. It includes   the number of incoming, outgoing and dropped packet counters per transport node since the time   the interfaces were created. The statistics will be reset on edge reboot or edge dataplane restart. - <b>Aggregated statistics </b> of all interfaces which are part of the group. It includes the number   of incoming, outgoing and dropped packet counters since the time the interfaces were created. The   statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that   node.", 
  "id": "PolicyInterfaceGroupStatistics", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "members": {
      "description": "Provides the per transport node statistics of all the Tier0 and Tier1 interfaces that are part of the interface group. It includes the total  number of incoming and outgoing packet statistics since the time the interfaces were created. The statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.", 
      "items": {
        "$ref": "LogicalRouterPortStatistics
      }, 
      "readonly": true, 
      "title": "Gateway interface statistics", 
      "type": "array"
    }, 
    "summary": {
      "$ref": "AggregatedLogicalRouterPortCounters, 
      "description": "Provides the aggregated incoming and outgoing packet statistics of all the interfaces that are part of the interface group since the time the interfaces were created. The statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.", 
      "readonly": true, 
      "title": "Aggregate of interface group statistics"
    }
  }, 
  "title": "Gateway interface group statistics", 
  "type": "object"
}