Skip to content

Commit db81a23

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 04f6c81e of spec repo
1 parent 0e26da4 commit db81a23

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

lib/datadog_api_client/v2/api/security_monitoring_api.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,8 @@ def list_findings(opts = {})
14091409
#
14101410
# Get a list of findings. These include both misconfigurations and identity risks.
14111411
#
1412+
# **Note**: To filter and return only identity risks, add the following query parameter: `?filter[tags]=dd_rule_type:ciem`
1413+
#
14121414
# ### Filtering
14131415
#
14141416
# Filters can be applied by appending query parameters to the URL.

0 commit comments

Comments
 (0)