{ "id":"/axapi/v3/aam/access-log/oper", "type":"object", "node-type":"scalar", "title":"access-log", "description":"Operational Status for the object access-log", "properties":{ "oper":{ "type":"object", "properties":{ "tail":{ "type":"number", "format":"number" }, "last":{ "type":"number", "format":"number" }, "top":{ "type":"number", "format":"number" }, "target":{ "type":"string", "format":"string" }, "access-status":{ "type":"string", "format":"string" }, "host-name":{ "type":"string", "format":"string" }, "total":{ "type":"number", "format":"number" }, "log-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "record-id":{ "type":"number", "format":"number" }, "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" }, "host":{ "type":"string", "format":"string" }, "uri":{ "type":"string", "format":"string" }, "web-category":{ "type":"string", "format":"string" }, "ssl-status":{ "type":"string", "format":"string" }, "counter":{ "type":"number", "format":"number" } } } ] } } } } }