SegmentCrossSiteTrafficStats (type)

{
  "additionalProperties": false, 
  "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": "Total received data counters.", 
      "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": "Total sent data counters.", 
      "readonly": true, 
      "title": "Sent data counters"
    }
  }, 
  "type": "object"
}