FirewallStats

FirewallStats
FirewallStats
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "byte_count": 0,
    "hit_count": 0,
    "l7_accept_count": 0,
    "l7_reject_count": 0,
    "l7_reject_with_response_count": 0,
    "max_popularity_index": 0,
    "max_session_count": 0,
    "packet_count": 0,
    "popularity_index": 0,
    "rule_id": "string",
    "session_count": 0,
    "total_session_count": 0
}