Fix params to required of api 'add anomaly rule' in api-ref

Change-Id: I24f9533005fa44586400dd19dde40a7d81662a38
This commit is contained in:
leiyashuai 2023-09-14 11:05:40 +08:00
parent 7d85a66c59
commit c3c271366a
2 changed files with 37 additions and 5 deletions

View File

@ -18,11 +18,11 @@ Request
.. rest_parameters:: parameters.yaml
- title: rule_title
- desc: rule_desc
- keyword: rule_keyword
- log_type: rule_log_type
- module: rule_module
- title: add_rule_title
- desc: add_rule_desc
- keyword: add_rule_keyword
- log_type: add_rule_log_type
- module: add_rule_module
Response codes
--------------

View File

@ -117,6 +117,38 @@ uuid:
in: query
required: true
type: string
# variables in body
add_rule_desc:
description: |
the description of anomaly rule.
in: body
required: true
type: string
add_rule_keyword:
description: |
keyword, only support exact-match at present.
in: body
required: true
type: string
add_rule_log_type:
description: |
the type of log, ``flog`` is platform log, and ``slog`` is operate system log.
in: body
required: true
type: string
add_rule_module:
description: |
application module or service.
in: body
required: true
type: string
add_rule_title:
description: |
the title of anomaly rule.
in: body
required: true
type: string
anomaly_log_type:
description: |
the log type of anomaly log, such as flog, slog