Adding uuid param for callchain api interface
Closes-Bug: 2034520 Change-Id: Ib3fd2b6e14836a3b73a11e925cdf9dc120dfa3b8
This commit is contained in:
parent
4549137b8f
commit
d34bbb207f
@ -111,6 +111,12 @@ user_id:
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
uuid:
|
||||
description: |
|
||||
uuid.
|
||||
in: query
|
||||
required: true
|
||||
type: string
|
||||
anomaly_log_type:
|
||||
description: |
|
||||
the log type of anomaly log, such as flog, slog
|
||||
|
@ -282,6 +282,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- request_id: request_id
|
||||
- uuid: uuid
|
||||
|
||||
Response
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user