Skip to content

Commit a6ffb43

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification for (spec-v2-shared.yaml) (#2297)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fb3bbd5 commit a6ffb43

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
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-12-03 10:17:28.599097",
8-
"spec_repo_commit": "3f8bbb67"
7+
"regenerated": "2024-12-03 17:56:20.015694",
8+
"spec_repo_commit": "88f11f7c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-03 10:17:28.617067",
13-
"spec_repo_commit": "3f8bbb67"
12+
"regenerated": "2024-12-03 17:56:20.034336",
13+
"spec_repo_commit": "88f11f7c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27592,9 +27592,6 @@ components:
2759227592
apm_service_catalog_read: View service catalog and service definitions.
2759327593
apm_service_catalog_write: Add, modify, and delete service catalog definitions
2759427594
when those definitions are maintained by Datadog.
27595-
appsec_vm_read: View infrastructure, application code and library vulnerabilities.
27596-
This does not restrict access to the vulnerability data source through
27597-
the API or inventory SQL.
2759827595
cases_read: View Cases.
2759927596
cases_write: Create and update cases.
2760027597
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
@@ -27619,7 +27616,6 @@ components:
2761927616
incident_notification_settings_write: Configure Incidents Notification
2762027617
settings.
2762127618
incident_read: View incidents in Datadog.
27622-
incident_settings_read: View Incident Settings.
2762327619
incident_settings_write: Configure Incident Settings.
2762427620
incident_write: Create, view, and manage incidents in Datadog.
2762527621
metrics_read: View custom metrics.
@@ -27640,7 +27636,6 @@ components:
2764027636
security_monitoring_rules_read: Read Detection Rules.
2764127637
security_monitoring_rules_write: Create and edit Detection Rules.
2764227638
security_monitoring_signals_read: View Security Signals.
27643-
security_monitoring_signals_write: Edit Security Signals.
2764427639
security_monitoring_suppressions_read: Read Rule Suppressions.
2764527640
security_monitoring_suppressions_write: Write Rule Suppressions.
2764627641
security_pipelines_read: View Security Pipelines.
@@ -27665,6 +27660,7 @@ components:
2766527660
Access Manage permission.
2766627661
teams_read: Read Teams data. A User with this permission can view Team
2766727662
names, metadata, and which Users are on each Team.
27663+
test_visibility_read: View Test Visibility.
2766827664
timeseries_query: Query Timeseries data.
2766927665
usage_read: View your organization's usage and usage attribution.
2767027666
user_access_invite: Invite other users to your organization.
@@ -32043,15 +32039,13 @@ paths:
3204332039
- apiKeyAuth: []
3204432040
appKeyAuth: []
3204532041
- AuthZ:
32046-
- incident_settings_read
3204732042
- incident_read
3204832043
summary: Get a list of incident types
3204932044
tags:
3205032045
- Incidents
3205132046
x-permission:
3205232047
operator: OR
3205332048
permissions:
32054-
- incident_settings_read
3205532049
- incident_read
3205632050
x-unstable: '**Note**: This endpoint is in public beta.
3205732051

@@ -32160,15 +32154,13 @@ paths:
3216032154
- apiKeyAuth: []
3216132155
appKeyAuth: []
3216232156
- AuthZ:
32163-
- incident_settings_read
3216432157
- incident_read
3216532158
summary: Get incident type details
3216632159
tags:
3216732160
- Incidents
3216832161
x-permission:
3216932162
operator: OR
3217032163
permissions:
32171-
- incident_settings_read
3217232164
- incident_read
3217332165
x-unstable: '**Note**: This endpoint is in public beta.
3217432166

@@ -41537,11 +41529,6 @@ paths:
4153741529
$ref: '#/components/responses/NotFoundResponse'
4153841530
'429':
4153941531
$ref: '#/components/responses/TooManyRequestsResponse'
41540-
security:
41541-
- apiKeyAuth: []
41542-
appKeyAuth: []
41543-
- AuthZ:
41544-
- security_monitoring_signals_write
4154541532
summary: Convert a job result to a signal
4154641533
tags:
4154741534
- Security Monitoring

src/datadog_api_client/v2/api/security_monitoring_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def __init__(self, api_client=None):
137137
self._convert_job_result_to_signal_endpoint = _Endpoint(
138138
settings={
139139
"response_type": None,
140-
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
140+
"auth": ["apiKeyAuth", "appKeyAuth"],
141141
"endpoint_path": "/api/v2/siem-historical-detections/jobs/signal_convert",
142142
"operation_id": "convert_job_result_to_signal",
143143
"http_method": "POST",

0 commit comments

Comments
 (0)