{ "id":"/axapi/v3/logging/local-log/access/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" }, "policy":{ "type":"string", "format":"string" }, "action":{ "type":"string", "format":"string" }, "vip-name":{ "type":"string", "format":"string" }, "vip-port":{ "type":"number", "format":"number" }, "web-domain":{ "type":"string", "format":"string" }, "uri":{ "type":"string", "format":"string" }, "web-category":{ "type":"string", "format":"string" }, "web-reputation":{ "type":"string", "format":"string" }, "ssl-status":{ "type":"string", "format":"string" }, "reason":{ "type":"string", "format":"string" } } } ] } } } } }