Skip to content

Commit 40c8996

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 59e81e6 of spec repo
1 parent 07657c3 commit 40c8996

3 files changed

Lines changed: 0 additions & 36 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -82175,13 +82175,6 @@ paths:
8217582175
description: 'Get a list of security findings that match a search query.
8217682176

8217782177

82178-
This endpoint requires one of the following permissions:
82179-
82180-
- `security_monitoring_findings_read`
82181-
82182-
- `appsec_vm_read`
82183-
82184-
8218582178
### Query Syntax
8218682179

8218782180

@@ -82244,8 +82237,6 @@ paths:
8224482237
appKeyAuth: []
8224582238
- AuthZ:
8224682239
- security_monitoring_findings_read
82247-
- AuthZ:
82248-
- appsec_vm_read
8224982240
summary: List security findings
8225082241
tags:
8225182242
- Security Monitoring
@@ -82259,9 +82250,6 @@ paths:
8225982250
permissions:
8226082251
- security_monitoring_findings_read
8226182252
- appsec_vm_read
82262-
x-unstable: '**Note**: This endpoint is in beta and subject to change.
82263-
82264-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
8226582253
/api/v2/security/findings/cases:
8226682254
delete:
8226782255
description: 'Detach security findings from their case.
@@ -82486,13 +82474,6 @@ paths:
8248682474
description: 'Get a list of security findings that match a search query.
8248782475

8248882476

82489-
This endpoint requires one of the following permissions:
82490-
82491-
- `security_monitoring_findings_read`
82492-
82493-
- `appsec_vm_read`
82494-
82495-
8249682477
### Query Syntax
8249782478

8249882479

@@ -82526,8 +82507,6 @@ paths:
8252682507
appKeyAuth: []
8252782508
- AuthZ:
8252882509
- security_monitoring_findings_read
82529-
- AuthZ:
82530-
- appsec_vm_read
8253182510
summary: Search security findings
8253282511
tags:
8253382512
- Security Monitoring
@@ -82542,9 +82521,6 @@ paths:
8254282521
permissions:
8254382522
- security_monitoring_findings_read
8254482523
- appsec_vm_read
82545-
x-unstable: '**Note**: This endpoint is in beta and subject to change.
82546-
82547-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
8254882524
/api/v2/security/sboms:
8254982525
get:
8255082526
description: 'Get a list of assets SBOMs for an organization.

src/datadog_api_client/configuration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,12 @@ def __init__(
282282
"v2.list_findings": False,
283283
"v2.list_multiple_rulesets": False,
284284
"v2.list_scanned_assets_metadata": False,
285-
"v2.list_security_findings": False,
286285
"v2.list_security_monitoring_histsignals": False,
287286
"v2.list_threat_hunting_jobs": False,
288287
"v2.list_vulnerabilities": False,
289288
"v2.list_vulnerable_assets": False,
290289
"v2.mute_findings": False,
291290
"v2.run_threat_hunting_job": False,
292-
"v2.search_security_findings": False,
293291
"v2.search_security_monitoring_histsignals": False,
294292
"v2.create_dataset": False,
295293
"v2.delete_dataset": False,

src/datadog_api_client/v2/api/security_monitoring_api.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3816,11 +3816,6 @@ def list_security_findings(
38163816
38173817
Get a list of security findings that match a search query.
38183818
3819-
This endpoint requires one of the following permissions:
3820-
3821-
* ``security_monitoring_findings_read``
3822-
* ``appsec_vm_read``
3823-
38243819
**Query Syntax**
38253820
38263821
This endpoint uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
@@ -4724,11 +4719,6 @@ def search_security_findings(
47244719
47254720
Get a list of security findings that match a search query.
47264721
4727-
This endpoint requires one of the following permissions:
4728-
4729-
* ``security_monitoring_findings_read``
4730-
* ``appsec_vm_read``
4731-
47324722
**Query Syntax**
47334723
47344724
The API uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.

0 commit comments

Comments
 (0)