Skip to content

Commit 82e848b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add query param in rules list endpoint (#33518)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 28553ab commit 82e848b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/api/v2/full_spec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86613,6 +86613,14 @@ paths:
8661386613
parameters:
8661486614
- $ref: '#/components/parameters/PageSize'
8661586615
- $ref: '#/components/parameters/PageNumber'
86616+
- description: A search query to filter security rules. You can filter by attributes
86617+
such as `type`, `source`, `tags`.
86618+
example: type:signal_correlation source:cloudtrail
86619+
in: query
86620+
name: query
86621+
required: false
86622+
schema:
86623+
type: string
8661686624
responses:
8661786625
'200':
8661886626
content:

0 commit comments

Comments
 (0)