add cluster_id to filter by cluster_id when list actions
Ref commit: https://review.opendev.org/#/c/669026/ Change-Id: I1576303154117dff77f1fbab61e1676712efeb7e
This commit is contained in:
@@ -28,7 +28,7 @@ class Action(resource.Resource):
|
||||
|
||||
_query_mapping = resource.QueryParameters(
|
||||
'name', 'action', 'status', 'sort', 'global_project',
|
||||
target_id='target')
|
||||
'cluster_id', target_id='target')
|
||||
|
||||
# Properties
|
||||
#: Name of the action.
|
||||
|
||||
Reference in New Issue
Block a user