{ "id":"/axapi/v3/aam/authentication/log", "type":"object", "node-type":"scalar", "title":"log", "partition-visibility":"shared", "description":"Authentication log configuration", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable authentication logs", "optional":true }, "facility":{ "type":"string", "format":"enum", "default":"local0", "partition-visibility":"shared", "description":"'local0': Local use; 'local1': Local use; 'local2': Local use; 'local3': Local use; 'local4': Local use; 'local5': Local use; 'local6': Local use; 'local7': Local use; ", "enum":[ "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7" ], "optional":true }, "format":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'syslog': Syslog Format (default); 'cef': Common Event Format; ", "enum":[ "syslog", "cef" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }