Skip to content

Commit 1e05858

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
DOCS-9503: Security findings endpoint description (#1907)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9558815 commit 1e05858

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
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-14 14:10:44.921491",
8-
"spec_repo_commit": "5cabc1c5"
7+
"regenerated": "2024-11-14 18:22:45.968041",
8+
"spec_repo_commit": "f35f7750"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-14 14:10:44.940096",
13-
"spec_repo_commit": "5cabc1c5"
12+
"regenerated": "2024-11-14 18:22:45.988464",
13+
"spec_repo_commit": "f35f7750"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36247,9 +36247,10 @@ paths:
3624736247
- Roles
3624836248
/api/v2/posture_management/findings:
3624936249
get:
36250-
description: "Get a list of CSPM findings.\n\n### Filtering\n\nFilters can be
36251-
applied by appending query parameters to the URL.\n\n - Using a single filter:
36252-
`?filter[attribute_key]=attribute_value`\n - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
36250+
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
3625336254
\ - Filtering on tags: `?filter[tags]=tag_key:tag_value&filter[tags]=tag_key_2:tag_value_2`\n\nHere,
3625436255
`attribute_key` can be any of the filter keys described further below.\n\nQuery
3625536256
parameters of type `integer` support comparison operators (`>`, `>=`, `<`,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4823,7 +4823,7 @@ export class SecurityMonitoringApi {
48234823
}
48244824

48254825
/**
4826-
* Get a list of CSPM findings.
4826+
* Get a list of findings. These include both misconfigurations and identity risks.
48274827
*
48284828
* ### Filtering
48294829
*

0 commit comments

Comments
 (0)