Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update List findings endpoint description #2793

Merged
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:21.953644",
"spec_repo_commit": "f858f395"
"regenerated": "2024-11-19 19:45:49.445462",
"spec_repo_commit": "04f6c81e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-19 18:07:21.972993",
"spec_repo_commit": "f858f395"
"regenerated": "2024-11-19 19:45:49.464481",
"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 api/datadogV2/api_security_monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,8 @@ func (r *ListFindingsOptionalParameters) WithFilterVulnerabilityType(filterVulne
// ListFindings List findings.
// 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