{ "additionalProperties": false, "description": "Gives the Statistics of a NAT rule.", "extends": { "$ref": "PolicyNATRuleCounters }, "id": "PolicyNatRuleStatistics", "module_id": "PolicyNAT", "properties": { "active_sessions": { "description": "Gives the total number of active sessions.", "readonly": true, "title": "Active sessions", "type": "integer" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated.", "readonly": true, "title": "Last update timestamp" }, "total_bytes": { "description": "Gives the total number of bytes.", "readonly": true, "title": "Total bytes", "type": "integer" }, "total_packets": { "description": "Gives the total number of packets.", "readonly": true, "title": "Total packets", "type": "integer" }, "warning_message": { "description": "The warning message about the NAT Rule Statistics.", "readonly": true, "title": "Warning Message", "type": "string" } }, "title": "Statistics of NAT Rule", "type": "object" }