{ "id":"/axapi/v3/logging/local-log/app-fw/top-n/oper", "type":"object", "node-type":"scalar", "title":"top-n", "description":"Operational Status for the object top-n", "properties":{ "oper":{ "type":"object", "properties":{ "max-entries":{ "type":"number", "format":"number" }, "start-time":{ "type":"string", "format":"string" }, "interval":{ "type":"string", "format":"string" }, "interval-position":{ "type":"string", "format":"string" }, "top":{ "type":"string", "format":"string" }, "application-name":{ "type":"string", "format":"string" }, "category":{ "type":"string", "format":"string" }, "client-ip":{ "type":"string", "format":"ipv4-address" }, "threat-category":{ "type":"string", "format":"string" }, "threat-category-match":{ "type":"string", "format":"string" }, "action":{ "type":"string", "format":"string" }, "total":{ "type":"number", "format":"number" }, "log-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "name":{ "type":"string", "format":"string" }, "counter":{ "type":"number", "format":"number" } } } ] } } } } }