{ "id":"/axapi/v3/fw/rate-limit/stats", "type":"object", "node-type":"scalar", "title":"rate-limit", "description":"Statistics for the object rate-limit", "properties":{ "stats":{ "type":"object", "properties":{ "ratelimit_used_total_mem":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Total Memory Used For Rate-limiting (bytes)", "long-description":"{Total Memory Used For Rate-limiting (bytes)}", "optional":true }, "ratelimit_entry_count_t2_key":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Number of Total Rate-limit Entries", "long-description":"{Number of Total Rate-limit Entries}", "optional":true }, "ratelimit_entry_count_fw_rule_uid":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Number of Rate-limit Entries with Scope Aggregate", "long-description":"{Number of Rate-limit Entries with Scope Aggregate}", "optional":true }, "ratelimit_entry_count_ip_addr":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Number of Rate-limit Entries with Scope IPv4 Address", "long-description":"{Number of Rate-limit Entries with Scope IPv4 Address}", "optional":true }, "ratelimit_entry_count_ip6_addr":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"Number of Rate-limit Entries with Scope IPv6 Address", "long-description":"{Number of Rate-limit Entries with Scope IPv6 Address}", "optional":true }, "ratelimit_entry_count_session_id":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"Number of Rate-limit Entries with Scope Session ID", "long-description":"{Number of Rate-limit Entries with Scope Session ID}", "optional":true }, "ratelimit_entry_count_rule_ipv4_prefix":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"Number of Rate-limit Entries with Scope IPv4 Prefix", "long-description":"{Number of Rate-limit Entries with Scope IPv4 Prefix}", "optional":true }, "ratelimit_entry_count_rule_ipv6_prefix":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"Number of Rate-limit Entries with Scope IPv6 Prefix", "long-description":"{Number of Rate-limit Entries with Scope IPv6 Prefix}", "optional":true }, "ratelimit_entry_count_parent_uid":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"Number of Parent Rate-limit Entries with Scope Aggregate", "long-description":"{Number of Parent Rate-limit Entries with Scope Aggregate}", "optional":true }, "ratelimit_entry_count_parent_ipv4_prefix":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"Number of Parent Rate-limit Entries with Scope IPv4 Prefix", "long-description":"{Number of Parent Rate-limit Entries with Scope IPv4 Prefix}", "optional":true }, "ratelimit_entry_count_parent_ipv6_prefix":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"Number of Parent Rate-limit Entries with Scope IPv6 Prefix", "long-description":"{Number of Parent Rate-limit Entries with Scope IPv6 Prefix}", "optional":true } } } } }