Merge "Fix params to required of api 'add anomaly rule' in api-ref"
This commit is contained in:
commit
0feeee3b19
@ -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
|
||||
|
||||
**Example Add Anomaly rule request:**
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user