Skip to content

Commit 413b4d4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 364ce58 of spec repo
1 parent 5e8e725 commit 413b4d4

3 files changed

Lines changed: 16 additions & 5 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.

lib/datadog_api_client/configuration.rb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@ def server_settings
587587
"ap1.datadoghq.com",
588588
"ap2.datadoghq.com",
589589
"datadoghq.eu",
590-
"ddog-gov.com"
590+
"ddog-gov.com",
591+
"us2.ddog-gov.com"
591592
]
592593
},
593594
subdomain: {
@@ -644,7 +645,8 @@ def operation_server_settings
644645
"ap1.datadoghq.com",
645646
"ap2.datadoghq.com",
646647
"datadoghq.eu",
647-
"ddog-gov.com"
648+
"ddog-gov.com",
649+
"us2.ddog-gov.com"
648650
]
649651
},
650652
subdomain: {
@@ -693,7 +695,8 @@ def operation_server_settings
693695
"ap1.datadoghq.com",
694696
"ap2.datadoghq.com",
695697
"datadoghq.eu",
696-
"ddog-gov.com"
698+
"ddog-gov.com",
699+
"us2.ddog-gov.com"
697700
]
698701
},
699702
subdomain: {
@@ -746,7 +749,8 @@ def operation_server_settings
746749
"ap1.datadoghq.com",
747750
"ap2.datadoghq.com",
748751
"datadoghq.eu",
749-
"ddog-gov.com"
752+
"ddog-gov.com",
753+
"us2.ddog-gov.com"
750754
]
751755
},
752756
subdomain: {
@@ -799,7 +803,8 @@ def operation_server_settings
799803
"ap1.datadoghq.com",
800804
"ap2.datadoghq.com",
801805
"datadoghq.eu",
802-
"ddog-gov.com"
806+
"ddog-gov.com",
807+
"us2.ddog-gov.com"
803808
]
804809
},
805810
subdomain: {

0 commit comments

Comments
 (0)