Skip to content

Commit 90722a6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove SLO search servers (#1525)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 42a975f commit 90722a6

File tree

3 files changed

+4
-85
lines changed

3 files changed

+4
-85
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:43.904832",
8-
"spec_repo_commit": "aafb3db6"
7+
"regenerated": "2023-06-15 13:04:54.165865",
8+
"spec_repo_commit": "174763df"
99
},
1010
"v2": {
1111
"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"
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

src/datadog_api_client/v1/api/service_level_objectives_api.py

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -285,55 +285,6 @@ def __init__(self, api_client=None):
285285
"operation_id": "search_slo",
286286
"http_method": "GET",
287287
"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-
],
337288
},
338289
params_map={
339290
"query": {

0 commit comments

Comments
 (0)