{ "extends": { "$ref": "NatCounters }, "id": "NatStatisticsPerRule", "module_id": "AggSvcLogicalRouter", "properties": { "active_sessions": { "readonly": true, "required": false, "title": "The number of active sessions", "type": "integer" }, "id": { "readonly": true, "required": true, "title": "The id of the NAT rule.", "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_id": { "readonly": true, "required": true, "title": "The id of the logical router which owns the NAT rule.", "type": "string" }, "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" }, "warning_message": { "readonly": true, "required": false, "title": "The warning message about the NAT Rule statistics.", "type": "string" } }, "type": "object" }