Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-19 18:07:22.763507",
"spec_repo_commit": "f858f395"
"regenerated": "2024-11-19 19:45:53.861823",
"spec_repo_commit": "04f6c81e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-19 18:07:22.782039",
"spec_repo_commit": "f858f395"
"regenerated": "2024-11-19 19:45:53.881769",
"spec_repo_commit": "04f6c81e"
}
}
}
7 changes: 4 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36249,9 +36249,10 @@ paths:
/api/v2/posture_management/findings:
get:
description: "Get a list of findings. These include both misconfigurations and
identity risks.\n\n### Filtering\n\nFilters can be applied by appending query
parameters to the URL.\n\n - Using a single filter: `?filter[attribute_key]=attribute_value`\n
\ - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
identity risks.\n\n**Note**: To filter and return only identity risks, add
the following query parameter: `?filter[tags]=dd_rule_type:ciem`\n\n### Filtering\n\nFilters
can be applied by appending query parameters to the URL.\n\n - Using a single
filter: `?filter[attribute_key]=attribute_value`\n - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
\ - Filtering on tags: `?filter[tags]=tag_key:tag_value&filter[tags]=tag_key_2:tag_value_2`\n\nHere,
`attribute_key` can be any of the filter keys described further below.\n\nQuery
parameters of type `integer` support comparison operators (`>`, `>=`, `<`,
Expand Down
2 changes: 2 additions & 0 deletions lib/datadog_api_client/v2/api/security_monitoring_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,8 @@ def list_findings(opts = {})
#
# Get a list of findings. These include both misconfigurations and identity risks.
#
# **Note**: To filter and return only identity risks, add the following query parameter: `?filter[tags]=dd_rule_type:ciem`
#
# ### Filtering
#
# Filters can be applied by appending query parameters to the URL.
Expand Down
Loading