{ "extends": { "$ref": "Resource }, "id": "FirewallStats", "module_id": "FirewallStatsRule", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "byte_count": { "description": "Aggregated number of bytes processed by the rule.", "readonly": true, "required": false, "title": "Bytes count", "type": "integer" }, "hit_count": { "description": "Aggregated number of hits received by the rule.", "readonly": true, "required": false, "title": "Hits count", "type": "integer" }, "max_popularity_index": { "description": "Maximum value of popularity index of all firewall rules of the type. This is aggregated statistic which are computed with lower frequency compared to individual generic rule statistics. It may have a computation delay up to 15 minutes in response to this API.", "readonly": true, "required": false, "title": "The maximum popularity index", "type": "integer" }, "max_session_count": { "description": "Maximum value of sessions count of all firewall rules of the type. This is aggregated statistic which are computed with lower frequency compared to generic rule statistics. It may have a computation delay up to 15 minutes in response to this API.", "readonly": true, "required": false, "title": "Maximum sessions count", "type": "integer" }, "packet_count": { "description": "Aggregated number of packets processed by the rule.", "readonly": true, "required": false, "title": "Packets count", "type": "integer" }, "popularity_index": { "description": "This is calculated by sessions count divided by age of the rule.", "readonly": true, "required": false, "title": "The index of the popularity of firewall rule", "type": "integer" }, "rule_id": { "description": "Rule Identifier of the Firewall rule. This is a globally unique number.", "readonly": true, "required": false, "title": "Firewall rule Id", "type": "string" }, "session_count": { "description": "Aggregated number of sessions processed by the rule.", "readonly": true, "required": false, "title": "Sessions count", "type": "integer" }, "total_session_count": { "description": "Aggregated number of sessions processed by the all firewall rules. This is aggregated statistic which are computed with lower frequency compared to individual generic rule statistics. It may have a computation delay up to 15 minutes in response to this API.", "readonly": true, "required": false, "title": "Total sessions count", "type": "integer" } }, "type": "object" }