{ "id":"/axapi/v3/logging/auditlog", "type":"object", "node-type":"scalar", "title":"auditlog", "description":"Set send auditlog to syslog host", "properties":{ "host6":{ "type":"string", "format":"ipv6-address", "not":"host4", "description":"Configure the auditlog host", "optional":true }, "host4":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "not":"host6", "description":"Configure the auditlog host", "optional":true }, "audit-facility":{ "type":"string", "format":"enum", "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; (Configure the facility of auditlog)", "enum":[ "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }