{ "id":"/axapi/v3/logging/email/filter/{filter-id}", "type":"object", "node-type":"list", "title":"filter", "partition-visibility":"shared", "description":"Logging via email filter settings", "properties":{ "filter-id":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "partition-visibility":"shared", "description":"Logging via email filter settings", "optional":false }, "expression":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":511, "partition-visibility":"shared", "description":"Reverse Polish Notation, consists of level 0-7, module AFLEX/HMON/..., pattern log-content-pattern, and or/and/not", "optional":true }, "trigger":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Trigger email, override buffer settings", "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 } }, "object-keys":[ "filter-id" ], "required":[ "filter-id" ] }