{ "id":"/axapi/v3/logging/local-log/authentication/log/oper", "type":"object", "node-type":"scalar", "title":"log", "description":"Operational Status for the object log", "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" }, "user-name":{ "type":"string", "format":"string" }, "user-domain":{ "type":"string", "format":"string" }, "client-ip":{ "type":"string", "format":"ipv4-address" }, "destination-ip":{ "type":"string", "format":"ipv4-address" }, "source-port":{ "type":"number", "format":"number" }, "destination-port":{ "type":"number", "format":"number" }, "auth-result":{ "type":"string", "format":"string" } } } ] } } } } }