Skip to content

Commit 97c7147

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update List findings endpoint description (#2268)
* Regenerate client from commit 04f6c81e of spec repo * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 0136839 commit 97c7147

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-19 18:07:17.903802",
8-
"spec_repo_commit": "f858f395"
7+
"regenerated": "2024-11-19 19:45:57.321125",
8+
"spec_repo_commit": "04f6c81e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-19 18:07:17.921127",
13-
"spec_repo_commit": "f858f395"
12+
"regenerated": "2024-11-19 19:45:57.340181",
13+
"spec_repo_commit": "04f6c81e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36249,9 +36249,10 @@ paths:
3624936249
/api/v2/posture_management/findings:
3625036250
get:
3625136251
description: "Get a list of findings. These include both misconfigurations and
36252-
identity risks.\n\n### Filtering\n\nFilters can be applied by appending query
36253-
parameters to the URL.\n\n - Using a single filter: `?filter[attribute_key]=attribute_value`\n
36254-
\ - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
36252+
identity risks.\n\n**Note**: To filter and return only identity risks, add
36253+
the following query parameter: `?filter[tags]=dd_rule_type:ciem`\n\n### Filtering\n\nFilters
36254+
can be applied by appending query parameters to the URL.\n\n - Using a single
36255+
filter: `?filter[attribute_key]=attribute_value`\n - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
3625536256
\ - Filtering on tags: `?filter[tags]=tag_key:tag_value&filter[tags]=tag_key_2:tag_value_2`\n\nHere,
3625636257
`attribute_key` can be any of the filter keys described further below.\n\nQuery
3625736258
parameters of type `integer` support comparison operators (`>`, `>=`, `<`,

src/datadog_api_client/v2/api/security_monitoring_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,8 @@ def list_findings(
13861386
13871387
Get a list of findings. These include both misconfigurations and identity risks.
13881388
1389+
**Note** : To filter and return only identity risks, add the following query parameter: ``?filter[tags]=dd_rule_type:ciem``
1390+
13891391
**Filtering**
13901392
13911393
Filters can be applied by appending query parameters to the URL.

0 commit comments

Comments
 (0)