{ "id":"/axapi/v3/logging/local-log/authentication", "type":"object", "node-type":"intermediate", "title":"authentication", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "operational":1, "description":"authentication log", "properties":{ "log":{ "type":"object", "$ref":"/axapi/v3/logging/local-log/authentication/log", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "top-n":{ "type":"object", "$ref":"/axapi/v3/logging/local-log/authentication/top-n", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }