{ "id":"/axapi/v3/system/ip-threat-list/stats", "type":"object", "node-type":"scalar", "title":"ip-threat-list", "description":"Statistics for the object ip-threat-list", "properties":{ "stats":{ "type":"object", "properties":{ "packet_hit_count_in_sw":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Packet Hit Count in SW", "long-description":"{}", "optional":true }, "packet_hit_count_in_spe":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Packet Hit Count in SPE", "long-description":"{}", "optional":true }, "entries_added_in_sw":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Entries Added in SW", "long-description":"{}", "optional":true }, "entries_removed_from_sw":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Entries Removed from SW", "long-description":"{}", "optional":true }, "entries_added_in_spe":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Entries Added in SPE", "long-description":"{}", "optional":true }, "entries_removed_from_spe":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Entries Removed from SPE", "long-description":"{}", "optional":true }, "error_out_of_memory":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Out of memory Error", "long-description":"{}", "optional":true }, "error_out_of_spe_entries":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Out of SPE Entries Error", "long-description":"{}", "optional":true } } } } }