Skip to content

Commit 6f82a2a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove SLO search servers (#1192)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5a00d58 commit 6f82a2a

File tree

3 files changed

+4
-65
lines changed

3 files changed

+4
-65
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.4",
7-
"regenerated": "2023-06-14 19:36:50.047106",
8-
"spec_repo_commit": "aafb3db6"
7+
"regenerated": "2023-06-15 13:05:00.168325",
8+
"spec_repo_commit": "174763df"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-14 19:36:50.066398",
13-
"spec_repo_commit": "aafb3db6"
12+
"regenerated": "2023-06-15 13:05:00.181487",
13+
"spec_repo_commit": "174763df"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27193,38 +27193,6 @@ paths:
2719327193
description: Forbidden
2719427194
'429':
2719527195
$ref: '#/components/responses/TooManyRequestsResponse'
27196-
servers:
27197-
- url: https://{subdomain}.{site}
27198-
variables:
27199-
site:
27200-
default: datadoghq.com
27201-
description: The regional site for Datadog customers.
27202-
enum:
27203-
- datadoghq.com
27204-
- datadoghq.eu
27205-
- us3.datadoghq.com
27206-
- us5.datadoghq.com
27207-
- ap1.datadoghq.com
27208-
- ddog-gov.com
27209-
subdomain:
27210-
default: api
27211-
description: The subdomain where the API is deployed.
27212-
- url: '{protocol}://{name}'
27213-
variables:
27214-
name:
27215-
default: api.datadoghq.com
27216-
description: Full site DNS name.
27217-
protocol:
27218-
default: https
27219-
description: The protocol for accessing the API.
27220-
- url: https://{subdomain}.{site}
27221-
variables:
27222-
site:
27223-
default: datadoghq.com
27224-
description: Any Datadog deployment.
27225-
subdomain:
27226-
default: api
27227-
description: The subdomain where the API is deployed.
2722827196
summary: Search for SLOs
2722927197
tags:
2723027198
- Service Level Objectives

packages/datadog-api-client-common/servers.ts

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -147,35 +147,6 @@ export const operationServers: {
147147
subdomain: "http-intake.logs",
148148
}),
149149
],
150-
"v1.ServiceLevelObjectivesApi.searchSLO": [
151-
new ServerConfiguration<{
152-
site:
153-
| "datadoghq.com"
154-
| "datadoghq.eu"
155-
| "us3.datadoghq.com"
156-
| "us5.datadoghq.com"
157-
| "ap1.datadoghq.com"
158-
| "ddog-gov.com";
159-
subdomain: string;
160-
}>("https://{subdomain}.{site}", {
161-
site: "datadoghq.com",
162-
subdomain: "api",
163-
}),
164-
new ServerConfiguration<{
165-
name: string;
166-
protocol: string;
167-
}>("{protocol}://{name}", {
168-
name: "api.datadoghq.com",
169-
protocol: "https",
170-
}),
171-
new ServerConfiguration<{
172-
site: string;
173-
subdomain: string;
174-
}>("https://{subdomain}.{site}", {
175-
site: "datadoghq.com",
176-
subdomain: "api",
177-
}),
178-
],
179150
"v2.LogsApi.submitLog": [
180151
new ServerConfiguration<{
181152
site:

0 commit comments

Comments
 (0)