Skip to content

Commit 512080d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update List findings endpoint description (#1913)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 09cf9a1 commit 512080d

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.474788",
8-
"spec_repo_commit": "f858f395"
7+
"regenerated": "2024-11-19 19:45:52.375418",
8+
"spec_repo_commit": "04f6c81e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-19 18:07:17.495103",
13-
"spec_repo_commit": "f858f395"
12+
"regenerated": "2024-11-19 19:45:52.394372",
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 (`>`, `>=`, `<`,

packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4825,6 +4825,8 @@ export class SecurityMonitoringApi {
48254825
/**
48264826
* Get a list of findings. These include both misconfigurations and identity risks.
48274827
*
4828+
* **Note**: To filter and return only identity risks, add the following query parameter: `?filter[tags]=dd_rule_type:ciem`
4829+
*
48284830
* ### Filtering
48294831
*
48304832
* Filters can be applied by appending query parameters to the URL.

0 commit comments

Comments
 (0)