Skip to content

Commit fc8c6f6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1629)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 286537f commit fc8c6f6

File tree

4 files changed

+44
-10
lines changed

4 files changed

+44
-10
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.5",
7-
"regenerated": "2023-08-22 13:54:21.951357",
8-
"spec_repo_commit": "51fe480e"
7+
"regenerated": "2023-08-23 18:27:39.959682",
8+
"spec_repo_commit": "d78a6960"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-08-22 13:54:21.967291",
13-
"spec_repo_commit": "51fe480e"
12+
"regenerated": "2023-08-23 18:27:39.972683",
13+
"spec_repo_commit": "d78a6960"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20063,17 +20063,33 @@ components:
2006320063
authorizationCode:
2006420064
authorizationUrl: /oauth2/v1/authorize
2006520065
scopes:
20066+
apm_service_catalog_read: View service catalog and service definitions.
20067+
apm_service_catalog_write: Add, modify, and delete service catalog definitions
20068+
when those definitions are maintained by Datadog.
2006620069
dashboards_public_share: Generate public and authenticated links to share
2006720070
dashboards or embeddable graphs externally.
2006820071
dashboards_read: View dashboards.
2006920072
dashboards_write: Create and change dashboards.
2007020073
events_read: Read Events data.
20074+
incident_notification_settings_write: Configure Incidents Notification
20075+
settings.
20076+
incident_read: View incidents in Datadog.
20077+
incident_settings_write: Configure Incident Settings.
20078+
incident_write: Create, view, and manage incidents in Datadog.
2007120079
metrics_read: View custom metrics.
2007220080
monitors_downtime: Set downtimes to suppress alerts from any monitor in
2007320081
an organization. Mute and unmute hosts. The ability to write monitors
2007420082
is not required to set downtimes.
2007520083
monitors_read: View monitors.
2007620084
monitors_write: Edit, mute, and delete individual monitors.
20085+
security_monitoring_filters_read: Read Security Filters.
20086+
security_monitoring_filters_write: Create, edit, and delete Security Filters.
20087+
security_monitoring_findings_read: View CSPM Findings.
20088+
security_monitoring_rules_read: Read Detection Rules.
20089+
security_monitoring_rules_write: Create and edit Detection Rules.
20090+
security_monitoring_signals_read: View Security Signals.
20091+
security_monitoring_suppressions_read: Read Rule Suppressions.
20092+
security_monitoring_suppressions_write: Write Rule Suppressions.
2007720093
slos_corrections: Apply, edit, and delete SLO status corrections. A user
2007820094
with this permission can make status corrections, even if they do not
2007920095
have permission to edit those SLOs.
@@ -20089,6 +20105,11 @@ components:
2008920105
in addition to having access to the associated installation guidelines.
2009020106
synthetics_read: List and view configured Synthetic tests and test results.
2009120107
synthetics_write: Create, edit, and delete Synthetic tests.
20108+
teams_manage: Manage Teams. Create, delete, rename, and edit metadata
20109+
of all Teams. To control Team membership across all Teams, use the User
20110+
Access Manage permission.
20111+
teams_read: Read Teams data. A User with this permission can view Team
20112+
names, metadata, and which Users are on each Team.
2009220113
timeseries_query: Query Timeseries data.
2009320114
usage_read: View your organization's usage and usage attribution.
2009420115
user_access_invite: Invite other users to your organization.
@@ -27921,11 +27942,6 @@ paths:
2792127942
description: OK
2792227943
'429':
2792327944
$ref: '#/components/responses/TooManyRequestsResponse'
27924-
security:
27925-
- apiKeyAuth: []
27926-
appKeyAuth: []
27927-
- AuthZ:
27928-
- synthetics_default_settings_read
2792927945
summary: Get the default locations
2793027946
tags:
2793127947
- Synthetics

.generator/schemas/v2/openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17219,6 +17219,8 @@ components:
1721917219
apm_service_catalog_read: View service catalog and service definitions.
1722017220
apm_service_catalog_write: Add, modify, and delete service catalog definitions
1722117221
when those definitions are maintained by Datadog.
17222+
dashboards_public_share: Generate public and authenticated links to share
17223+
dashboards or embeddable graphs externally.
1722217224
dashboards_read: View dashboards.
1722317225
dashboards_write: Create and change dashboards.
1722417226
events_read: Read Events data.
@@ -17232,12 +17234,28 @@ components:
1723217234
an organization. Mute and unmute hosts. The ability to write monitors
1723317235
is not required to set downtimes.
1723417236
monitors_read: View monitors.
17237+
monitors_write: Edit, mute, and delete individual monitors.
1723517238
security_monitoring_filters_read: Read Security Filters.
1723617239
security_monitoring_filters_write: Create, edit, and delete Security Filters.
1723717240
security_monitoring_findings_read: View CSPM Findings.
1723817241
security_monitoring_rules_read: Read Detection Rules.
1723917242
security_monitoring_rules_write: Create and edit Detection Rules.
1724017243
security_monitoring_signals_read: View Security Signals.
17244+
security_monitoring_suppressions_read: Read Rule Suppressions.
17245+
security_monitoring_suppressions_write: Write Rule Suppressions.
17246+
slos_corrections: Apply, edit, and delete SLO status corrections. A user
17247+
with this permission can make status corrections, even if they do not
17248+
have permission to edit those SLOs.
17249+
slos_read: View SLOs and status corrections.
17250+
slos_write: Create, edit, and delete SLOs.
17251+
synthetics_global_variable_read: View, search, and use Synthetics global
17252+
variables.
17253+
synthetics_global_variable_write: Create, edit, and delete global variables
17254+
for Synthetics.
17255+
synthetics_private_location_read: View, search, and use Synthetics private
17256+
locations.
17257+
synthetics_private_location_write: Create and delete private locations
17258+
in addition to having access to the associated installation guidelines.
1724117259
synthetics_read: List and view configured Synthetic tests and test results.
1724217260
synthetics_write: Create, edit, and delete Synthetic tests.
1724317261
teams_manage: Manage Teams. Create, delete, rename, and edit metadata

src/datadog_api_client/v1/api/synthetics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def __init__(self, api_client=None):
483483
self._get_synthetics_default_locations_endpoint = _Endpoint(
484484
settings={
485485
"response_type": ([str],),
486-
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
486+
"auth": ["apiKeyAuth", "appKeyAuth"],
487487
"endpoint_path": "/api/v1/synthetics/settings/default_locations",
488488
"operation_id": "get_synthetics_default_locations",
489489
"http_method": "GET",

0 commit comments

Comments
 (0)