{ "extends": { "$ref": "NatCounters }, "id": "NatStatisticsPerTransportNode", "module_id": "AggSvcLogicalRouter", "properties": { "active_sessions": { "readonly": true, "required": false, "title": "The number of active sessions", "type": "integer" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "readonly": true, "title": "Timestamp when the data was last updated; unset if data source has never updated the data." }, "total_bytes": { "readonly": true, "required": false, "title": "The number of bytes", "type": "integer" }, "total_packets": { "readonly": true, "required": false, "title": "The number of packets", "type": "integer" }, "transport_node_id": { "readonly": true, "required": true, "title": "Id for the transport node", "type": "string" } }, "type": "object" }