File tree Expand file tree Collapse file tree
packages/datadog-api-client-common 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 @@ -72,7 +72,8 @@ export const server1 = new ServerConfiguration<{
7272 | "ap1.datadoghq.com"
7373 | "ap2.datadoghq.com"
7474 | "datadoghq.eu"
75- | "ddog-gov.com" ;
75+ | "ddog-gov.com"
76+ | "us2.ddog-gov.com" ;
7677 subdomain : string ;
7778} > ( "https://{subdomain}.{site}" , {
7879 site : "datadoghq.com" ,
@@ -107,7 +108,8 @@ export const operationServers: {
107108 | "ap1.datadoghq.com"
108109 | "ap2.datadoghq.com"
109110 | "datadoghq.eu"
110- | "ddog-gov.com" ;
111+ | "ddog-gov.com"
112+ | "us2.ddog-gov.com" ;
111113 subdomain : string ;
112114 } > ( "https://{subdomain}.{site}" , {
113115 site : "datadoghq.com" ,
@@ -135,7 +137,8 @@ export const operationServers: {
135137 | "ap1.datadoghq.com"
136138 | "ap2.datadoghq.com"
137139 | "datadoghq.eu"
138- | "ddog-gov.com" ;
140+ | "ddog-gov.com"
141+ | "us2.ddog-gov.com" ;
139142 subdomain : string ;
140143 } > ( "https://{subdomain}.{site}" , {
141144 site : "datadoghq.com" ,
@@ -165,7 +168,8 @@ export const operationServers: {
165168 | "ap1.datadoghq.com"
166169 | "ap2.datadoghq.com"
167170 | "datadoghq.eu"
168- | "ddog-gov.com" ;
171+ | "ddog-gov.com"
172+ | "us2.ddog-gov.com" ;
169173 subdomain : string ;
170174 } > ( "https://{subdomain}.{site}" , {
171175 site : "datadoghq.com" ,
@@ -195,7 +199,8 @@ export const operationServers: {
195199 | "ap1.datadoghq.com"
196200 | "ap2.datadoghq.com"
197201 | "datadoghq.eu"
198- | "ddog-gov.com" ;
202+ | "ddog-gov.com"
203+ | "us2.ddog-gov.com" ;
199204 subdomain : string ;
200205 } > ( "https://{subdomain}.{site}" , {
201206 site : "datadoghq.com" ,
You can’t perform that action at this time.
0 commit comments