File tree Expand file tree Collapse file tree 3 files changed +4
-65
lines changed
packages/datadog-api-client-common Expand file tree Collapse file tree 3 files changed +4
-65
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -27193,38 +27193,6 @@ paths:
27193
27193
description: Forbidden
27194
27194
'429':
27195
27195
$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.
27228
27196
summary: Search for SLOs
27229
27197
tags:
27230
27198
- Service Level Objectives
Original file line number Diff line number Diff line change @@ -147,35 +147,6 @@ export const operationServers: {
147
147
subdomain : "http-intake.logs" ,
148
148
} ) ,
149
149
] ,
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
- ] ,
179
150
"v2.LogsApi.submitLog" : [
180
151
new ServerConfiguration < {
181
152
site :
You can’t perform that action at this time.
0 commit comments