Skip to content

Commit 9ae6f40

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5077b6e4 of spec repo
1 parent 50b1aac commit 9ae6f40

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-15 19:35:16.522070",
8-
"spec_repo_commit": "ad80112e"
7+
"regenerated": "2024-11-15 22:34:24.580459",
8+
"spec_repo_commit": "5077b6e4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-15 19:35:16.540620",
13-
"spec_repo_commit": "ad80112e"
12+
"regenerated": "2024-11-15 22:34:24.600243",
13+
"spec_repo_commit": "5077b6e4"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

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