{ "extends": { "$ref": "LogicalRouterPortStatisticsPerNode }, "id": "TunnelPortStatisticsPerNode", "module_id": "PolicyConnectivityStatistics", "properties": { "edge_path": { "description": "Edge node policy path", "readonly": true, "title": "Edge node policy path", "type": "string" }, "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": "ID of the tunnel router port", "readonly": true, "title": "ID of the tunnel router port", "type": "string" }, "rx": { "$ref": "LogicalRouterPortCounters, "readonly": true, "required": false }, "source": { "$ref": "IPAddress, "description": "Tunnel source address", "readonly": true, "title": "Tunnel source address" }, "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, "readonly": true, "required": false } }, "type": "object" }