rule_template

添加全局规则模板

create a global rule template

post/v1/rule_templates

Request body

db_typestring
descstring
rule_template_namestring
rule_versioninteger

Example request

{
  "rule_list": [
    {
      "level": "error",
      "name": "ddl_check_index_count"
    }
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 55 revisions of this API.