{ "id":"/axapi/v3/logging/local-log/authentication/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" }, "auth-result":{ "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" } } } ] } } } } }