Adding uuid param for callchain api interface

Closes-Bug: 2034520
Change-Id: Ib3fd2b6e14836a3b73a11e925cdf9dc120dfa3b8
This commit is contained in:
howardlee 2023-09-06 15:41:07 +08:00
parent 4549137b8f
commit d34bbb207f
2 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,12 @@ user_id:
in: query in: query
required: false required: false
type: string type: string
uuid:
description: |
uuid.
in: query
required: true
type: string
anomaly_log_type: anomaly_log_type:
description: | description: |
the log type of anomaly log, such as flog, slog the log type of anomaly log, such as flog, slog

View File

@ -282,6 +282,7 @@ Request
.. rest_parameters:: parameters.yaml .. rest_parameters:: parameters.yaml
- request_id: request_id - request_id: request_id
- uuid: uuid
Response Response
-------- --------