{ "id":"/axapi/v3/logging/local-log/file-category/oper", "type":"object", "node-type":"scalar", "title":"file-category", "description":"Operational Status for the object file-category", "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" }, "total":{ "type":"number", "format":"number" }, "log-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "time":{ "type":"string", "format":"string" }, "source-ip":{ "type":"string", "format":"ipv4-address" }, "destination-ip":{ "type":"string", "format":"ipv4-address" }, "file-name":{ "type":"string", "format":"string" }, "file-ext":{ "type":"string", "format":"string" }, "file-category":{ "type":"string", "format":"string" }, "file-size":{ "type":"number", "format":"number" }, "url":{ "type":"string", "format":"string" }, "optional":true } } ] } } }, "top-n":{ "type":"object", "$ref":"/axapi/v3/logging/local-log/file-category/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" }, "file-category":{ "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" }, "optional":true } } ] } } } } } } }