Skip to content

Commit 0376a19

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f5b1c64 of spec repo (#288)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 8586a64 commit 0376a19

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
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.4.1.dev2",
7-
"regenerated": "2021-02-18 19:33:43.580131",
8-
"spec_repo_commit": "12104ad"
7+
"regenerated": "2021-02-22 07:39:07.700187",
8+
"spec_repo_commit": "f5b1c64"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-02-18 19:34:23.536995",
13-
"spec_repo_commit": "12104ad"
12+
"regenerated": "2021-02-22 07:39:44.034682",
13+
"spec_repo_commit": "f5b1c64"
1414
}
1515
}
1616
}

src/datadog_api_client/v1/api/ip_ranges_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __get_ip_ranges(self, **kwargs):
9292
"site": {
9393
"description": "The regional site for our customers.",
9494
"default_value": "datadoghq.com",
95-
"enum_values": ["datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
95+
"enum_values": ["datadoghq.com", "us3.datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
9696
},
9797
"subdomain": {
9898
"description": "The subdomain where the API is deployed.",

src/datadog_api_client/v1/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def get_host_settings(self):
470470
"site": {
471471
"description": "The regional site for a Datadog customer.",
472472
"default_value": "datadoghq.com",
473-
"enum_values": ["datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
473+
"enum_values": ["datadoghq.com", "us3.datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
474474
},
475475
"subdomain": {
476476
"description": "The subdomain where the API is deployed.",

src/datadog_api_client/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10581,6 +10581,7 @@ paths:
1058110581
description: The regional site for our customers.
1058210582
enum:
1058310583
- datadoghq.com
10584+
- us3.datadoghq.com
1058410585
- datadoghq.eu
1058510586
- ddog-gov.com
1058610587
subdomain:
@@ -18025,6 +18026,7 @@ servers:
1802518026
description: The regional site for a Datadog customer.
1802618027
enum:
1802718028
- datadoghq.com
18029+
- us3.datadoghq.com
1802818030
- datadoghq.eu
1802918031
- ddog-gov.com
1803018032
subdomain:

src/datadog_api_client/v2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def get_host_settings(self):
461461
"site": {
462462
"description": "The regional site for our customers.",
463463
"default_value": "datadoghq.com",
464-
"enum_values": ["datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
464+
"enum_values": ["datadoghq.com", "us3.datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
465465
},
466466
"subdomain": {
467467
"description": "The subdomain where the API is deployed.",

src/datadog_api_client/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7925,6 +7925,7 @@ servers:
79257925
description: The regional site for our customers.
79267926
enum:
79277927
- datadoghq.com
7928+
- us3.datadoghq.com
79287929
- datadoghq.eu
79297930
- ddog-gov.com
79307931
subdomain:

0 commit comments

Comments
 (0)