File tree Expand file tree Collapse file tree 3 files changed +4
-85
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +4
-85
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:43.904832 ",
8
- "spec_repo_commit": "aafb3db6 "
7
+ "regenerated": "2023-06-15 13:04:54.165865 ",
8
+ "spec_repo_commit": "174763df "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-06-14 19:36:43.917759 ",
13
- "spec_repo_commit": "aafb3db6 "
12
+ "regenerated": "2023-06-15 13:04:54.177830 ",
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 @@ -285,55 +285,6 @@ def __init__(self, api_client=None):
285
285
"operation_id" : "search_slo" ,
286
286
"http_method" : "GET" ,
287
287
"version" : "v1" ,
288
- "servers" : [
289
- {
290
- "url" : "https://{subdomain}.{site}" ,
291
- "variables" : {
292
- "site" : {
293
- "description" : "The regional site for Datadog customers." ,
294
- "default_value" : "datadoghq.com" ,
295
- "enum_values" : [
296
- "datadoghq.com" ,
297
- "datadoghq.eu" ,
298
- "us3.datadoghq.com" ,
299
- "us5.datadoghq.com" ,
300
- "ap1.datadoghq.com" ,
301
- "ddog-gov.com" ,
302
- ],
303
- },
304
- "subdomain" : {
305
- "description" : "The subdomain where the API is deployed." ,
306
- "default_value" : "api" ,
307
- },
308
- },
309
- },
310
- {
311
- "url" : "{protocol}://{name}" ,
312
- "variables" : {
313
- "name" : {
314
- "description" : "Full site DNS name." ,
315
- "default_value" : "api.datadoghq.com" ,
316
- },
317
- "protocol" : {
318
- "description" : "The protocol for accessing the API." ,
319
- "default_value" : "https" ,
320
- },
321
- },
322
- },
323
- {
324
- "url" : "https://{subdomain}.{site}" ,
325
- "variables" : {
326
- "site" : {
327
- "description" : "Any Datadog deployment." ,
328
- "default_value" : "datadoghq.com" ,
329
- },
330
- "subdomain" : {
331
- "description" : "The subdomain where the API is deployed." ,
332
- "default_value" : "api" ,
333
- },
334
- },
335
- },
336
- ],
337
288
},
338
289
params_map = {
339
290
"query" : {
You can’t perform that action at this time.
0 commit comments