{ "id":"/axapi/v3/acos-events/template/{name}/message-selector/{name}", "type":"object", "node-type":"list", "title":"message-selector", "partition-visibility":"shared", "description":"Specify the message selector", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/acos-events/message-selector", "description":"Specify the message selector name", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "collector-group-list":{ "type":"array", "minItems":1, "items":{ "type":"collector-group" }, "uniqueItems":true, "$ref":"/axapi/v3/acos-events/template/{name}/message-selector/{name}/collector-group/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/acos-events/collector-group", "description":"Specify the log server group for receiving log messages", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }