NSX-T Data Center REST API

SegmentCrossSiteTrafficStats (type)

{
  "additionalProperties": false,
  "description": "Provides the cross-site traffic statistics of a global segment. It provides the aggregated incoming and outgoing cross-site packet statistics and packet drops.",
  "id": "SegmentCrossSiteTrafficStats",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the l2 forwarder statistics was last updated.",
      "readonly": true,
      "required": true,
      "title": "Last updated timestamp"
    },
    "rx_stats": {
      "$ref": "InterSitePortCounters",
      "description": "Provides the aggregated incoming cross-site packet counters on the global segment. It includes the total number of packets received and dropped while receiving.",
      "readonly": true,
      "title": "Received data counters"
    },
    "segment_path": {
      "description": "Policy path of Segment to attach interface.",
      "readonly": true,
      "required": true,
      "title": "Policy path of Segment to attach interface",
      "type": "string"
    },
    "tx_stats": {
      "$ref": "InterSitePortCounters",
      "description": "Provides the aggregated outgoing cross-site packet counters on the global segment. It includes the total number of packets sent and dropped while sending.",
      "readonly": true,
      "title": "Sent data counters"
    }
  },
  "title": "Segment cross-site statistics",
  "type": "object"
}