{ "id":"/axapi/v3/ddos/detection/xflow-interface-selection/{type}/regex", "type":"object", "node-type":"scalar", "title":"regex", "partition-visibility":"shared", "description":"Configure regex rules to match interface name", "properties":{ "rule-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "single-regex":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the regular expression rules" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }