Merge "add request parameters of get anomaly record list"

This commit is contained in:
Zuul 2023-08-09 07:22:28 +00:00 committed by Gerrit Code Review
commit c018750784
2 changed files with 25 additions and 0 deletions

View File

@ -59,6 +59,19 @@ Response codes
- -1
Request
-------
.. rest_parameters:: parameters.yaml
- title: title
- log_type: anomaly_log_type
- module: module_name
- start_time: start_time
- end_time: end_time
- page_num: page_num
- page_size: page_size
Response
--------

View File

@ -105,12 +105,24 @@ user_id:
in: query
required: false
type: string
anomaly_log_type:
description: |
the log type of anomaly log, such as flog, slog
in: body
required: false
type: string
id:
description: |
custom config id
in: body
required: true
type: string
title:
description: |
the title of anomaly record.
in: body
required: false
type: string
value:
description: |
custom config value