File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ func NewConfiguration() *Configuration {
161161 "ap2.datadoghq.com" ,
162162 "datadoghq.eu" ,
163163 "ddog-gov.com" ,
164+ "us2.ddog-gov.com" ,
164165 },
165166 },
166167 "subdomain" : {
@@ -215,6 +216,7 @@ func NewConfiguration() *Configuration {
215216 "ap2.datadoghq.com" ,
216217 "datadoghq.eu" ,
217218 "ddog-gov.com" ,
219+ "us2.ddog-gov.com" ,
218220 },
219221 },
220222 "subdomain" : {
@@ -264,6 +266,7 @@ func NewConfiguration() *Configuration {
264266 "ap2.datadoghq.com" ,
265267 "datadoghq.eu" ,
266268 "ddog-gov.com" ,
269+ "us2.ddog-gov.com" ,
267270 },
268271 },
269272 "subdomain" : {
@@ -317,6 +320,7 @@ func NewConfiguration() *Configuration {
317320 "ap2.datadoghq.com" ,
318321 "datadoghq.eu" ,
319322 "ddog-gov.com" ,
323+ "us2.ddog-gov.com" ,
320324 },
321325 },
322326 "subdomain" : {
@@ -370,6 +374,7 @@ func NewConfiguration() *Configuration {
370374 "ap2.datadoghq.com" ,
371375 "datadoghq.eu" ,
372376 "ddog-gov.com" ,
377+ "us2.ddog-gov.com" ,
373378 },
374379 },
375380 "subdomain" : {
You can’t perform that action at this time.
0 commit comments