Skip to content

Add new US3 region #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-18 19:33:43.580131",
"spec_repo_commit": "12104ad"
"regenerated": "2021-02-22 07:39:07.700187",
"spec_repo_commit": "f5b1c64"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-18 19:34:23.536995",
"spec_repo_commit": "12104ad"
"regenerated": "2021-02-22 07:39:44.034682",
"spec_repo_commit": "f5b1c64"
}
}
}
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/api/ip_ranges_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __get_ip_ranges(self, **kwargs):
"site": {
"description": "The regional site for our customers.",
"default_value": "datadoghq.com",
"enum_values": ["datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
"enum_values": ["datadoghq.com", "us3.datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
},
"subdomain": {
"description": "The subdomain where the API is deployed.",
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def get_host_settings(self):
"site": {
"description": "The regional site for a Datadog customer.",
"default_value": "datadoghq.com",
"enum_values": ["datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
"enum_values": ["datadoghq.com", "us3.datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
},
"subdomain": {
"description": "The subdomain where the API is deployed.",
Expand Down
2 changes: 2 additions & 0 deletions src/datadog_api_client/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10581,6 +10581,7 @@ paths:
description: The regional site for our customers.
enum:
- datadoghq.com
- us3.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down Expand Up @@ -18025,6 +18026,7 @@ servers:
description: The regional site for a Datadog customer.
enum:
- datadoghq.com
- us3.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def get_host_settings(self):
"site": {
"description": "The regional site for our customers.",
"default_value": "datadoghq.com",
"enum_values": ["datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
"enum_values": ["datadoghq.com", "us3.datadoghq.com", "datadoghq.eu", "ddog-gov.com"],
},
"subdomain": {
"description": "The subdomain where the API is deployed.",
Expand Down
1 change: 1 addition & 0 deletions src/datadog_api_client/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7925,6 +7925,7 @@ servers:
description: The regional site for our customers.
enum:
- datadoghq.com
- us3.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down