{ "id":"/axapi/v3/audit", "type":"object", "node-type":"scalar", "title":"audit", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure audit", "properties":{ "enable":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable audit service", "optional":true }, "size":{ "type":"number", "format":"number", "minimum":1000, "maximum":30000, "partition-visibility":"shared", "description":"Config audit buffer size, default is 20,000 (Audit buffer size(in items), default is 20,000)", "optional":true }, "privilege":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable privilege command for audit service", "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 } } }