Skip to content

Commit a5bbd28

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 364ce58 of spec repo
1 parent dce7f27 commit a5bbd28

7 files changed

Lines changed: 11 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26513,6 +26513,7 @@ paths:
2651326513
- ap2.datadoghq.com
2651426514
- datadoghq.eu
2651526515
- ddog-gov.com
26516+
- us2.ddog-gov.com
2651626517
subdomain:
2651726518
default: ip-ranges
2651826519
description: The subdomain where the API is deployed.
@@ -39887,6 +39888,7 @@ paths:
3988739888
- ap2.datadoghq.com
3988839889
- datadoghq.eu
3988939890
- ddog-gov.com
39891+
- us2.ddog-gov.com
3989039892
subdomain:
3989139893
default: http-intake.logs
3989239894
description: The subdomain where the API is deployed.
@@ -39927,6 +39929,7 @@ servers:
3992739929
- ap2.datadoghq.com
3992839930
- datadoghq.eu
3992939931
- ddog-gov.com
39932+
- us2.ddog-gov.com
3993039933
subdomain:
3993139934
default: api
3993239935
description: The subdomain where the API is deployed.

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93576,6 +93576,7 @@ paths:
9357693576
- ap2.datadoghq.com
9357793577
- datadoghq.eu
9357893578
- ddog-gov.com
93579+
- us2.ddog-gov.com
9357993580
subdomain:
9358093581
default: event-management-intake
9358193582
description: The subdomain where the API is deployed.
@@ -102783,6 +102784,7 @@ paths:
102783102784
- ap2.datadoghq.com
102784102785
- datadoghq.eu
102785102786
- ddog-gov.com
102787+
- us2.ddog-gov.com
102786102788
subdomain:
102787102789
default: http-intake.logs
102788102790
description: The subdomain where the API is deployed.
@@ -130305,6 +130307,7 @@ servers:
130305130307
- ap2.datadoghq.com
130306130308
- datadoghq.eu
130307130309
- ddog-gov.com
130310+
- us2.ddog-gov.com
130308130311
subdomain:
130309130312
default: api
130310130313
description: The subdomain where the API is deployed.

src/datadog_api_client/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ def get_host_settings(self):
722722
"ap2.datadoghq.com",
723723
"datadoghq.eu",
724724
"ddog-gov.com",
725+
"us2.ddog-gov.com",
725726
],
726727
},
727728
"subdomain": {

src/datadog_api_client/v1/api/ip_ranges_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def __init__(self, api_client=None):
4343
"ap2.datadoghq.com",
4444
"datadoghq.eu",
4545
"ddog-gov.com",
46+
"us2.ddog-gov.com",
4647
],
4748
},
4849
"subdomain": {

src/datadog_api_client/v1/api/logs_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __init__(self, api_client=None):
7171
"ap2.datadoghq.com",
7272
"datadoghq.eu",
7373
"ddog-gov.com",
74+
"us2.ddog-gov.com",
7475
],
7576
},
7677
"subdomain": {

src/datadog_api_client/v2/api/events_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(self, api_client=None):
5858
"ap2.datadoghq.com",
5959
"datadoghq.eu",
6060
"ddog-gov.com",
61+
"us2.ddog-gov.com",
6162
],
6263
},
6364
"subdomain": {

src/datadog_api_client/v2/api/logs_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def __init__(self, api_client=None):
159159
"ap2.datadoghq.com",
160160
"datadoghq.eu",
161161
"ddog-gov.com",
162+
"us2.ddog-gov.com",
162163
],
163164
},
164165
"subdomain": {

0 commit comments

Comments
 (0)