Skip to content

Commit 62c43cd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ce75661 of spec repo
1 parent 00ccc5b commit 62c43cd

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78146,7 +78146,13 @@ paths:
7814678146
cursorPath: meta.page.cursor
7814778147
limitParam: page[limit]
7814878148
resultsPath: data
78149-
x-unstable: '**Note**: This endpoint is in public beta.
78149+
x-unstable: '**Note**: This endpoint uses the legacy security findings data
78150+
model and is planned for deprecation.
78151+
78152+
Please use the [new endpoint](https://docs.datadoghq.com/api/latest/security-monitoring/#search-security-findings)
78153+
78154+
based on the [new security findings schema](https://docs.datadoghq.com/security/guide/findings-schema/)
78155+
to search security findings.
7815078156

7815178157
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
7815278158
patch:
@@ -78246,7 +78252,13 @@ paths:
7824678252
summary: Get a finding
7824778253
tags:
7824878254
- Security Monitoring
78249-
x-unstable: '**Note**: This endpoint is in public beta.
78255+
x-unstable: '**Note**: This endpoint uses the legacy security findings data
78256+
model and is planned for deprecation.
78257+
78258+
Please use the [new endpoint](https://docs.datadoghq.com/api/latest/security-monitoring/#search-security-findings)
78259+
78260+
based on the [new security findings schema](https://docs.datadoghq.com/security/guide/findings-schema/)
78261+
to search security findings.
7825078262

7825178263
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
7825278264
/api/v2/powerpacks:
@@ -82192,7 +82204,8 @@ paths:
8219282204
- security_monitoring_cws_agent_rules_read
8219382205
/api/v2/security/findings:
8219482206
get:
82195-
description: 'Get a list of security findings that match a search query.
82207+
description: 'Get a list of security findings that match a search query. [See
82208+
the schema for security findings](https://docs.datadoghq.com/security/guide/findings-schema/).
8219682209

8219782210

8219882211
### Query Syntax
@@ -82491,7 +82504,8 @@ paths:
8249182504
Please check the documentation regularly for updates.'
8249282505
/api/v2/security/findings/search:
8249382506
post:
82494-
description: 'Get a list of security findings that match a search query.
82507+
description: 'Get a list of security findings that match a search query. [See
82508+
the schema for security findings](https://docs.datadoghq.com/security/guide/findings-schema/).
8249582509

8249682510

8249782511
### Query Syntax

src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8864,7 +8864,9 @@ public PaginationIterable<SecurityFindingsData> listSecurityFindingsWithPaginati
88648864
}
88658865

88668866
/**
8867-
* Get a list of security findings that match a search query.
8867+
* Get a list of security findings that match a search query. <a
8868+
* href="https://docs.datadoghq.com/security/guide/findings-schema/">See the schema for security
8869+
* findings</a>.
88688870
*
88698871
* <h3>Query Syntax</h3>
88708872
*
@@ -12554,7 +12556,9 @@ public PaginationIterable<SecurityFindingsData> searchSecurityFindingsWithPagina
1255412556
}
1255512557

1255612558
/**
12557-
* Get a list of security findings that match a search query.
12559+
* Get a list of security findings that match a search query. <a
12560+
* href="https://docs.datadoghq.com/security/guide/findings-schema/">See the schema for security
12561+
* findings</a>.
1255812562
*
1255912563
* <h3>Query Syntax</h3>
1256012564
*

0 commit comments

Comments
 (0)