{ "id":"/axapi/v3/logging/auditlog", "type":"object", "node-type":"scalar", "title":"auditlog", "partition-visibility":"shared", "description":"Set send auditlog to syslog host", "properties":{ "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "not-list":[ "partition-name", "host6", "host4" ], "description":"Select shared partition", "optional":true }, "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "not-list":[ "shared", "host6", "host4" ], "description":"Select partition name for logging", "optional":true }, "host6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "shared", "partition-name", "host4" ], "description":"Configure the auditlog host", "optional":true }, "host4":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not-list":[ "shared", "partition-name", "host6" ], "description":"Configure the auditlog host", "optional":true }, "audit-facility":{ "type":"string", "format":"enum", "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; (Configure the facility of auditlog)", "enum":[ "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7" ], "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "default":514, "partition-visibility":"shared", "description":"Set remote audit log port number(Default 514)", "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 } } }