Skip to content

Commit d837774

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add the AP2 datacenter. (#727)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4dd3b40 commit d837774

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-23 19:18:38.106034",
8-
"spec_repo_commit": "779f1def"
7+
"regenerated": "2025-06-23 20:34:45.000901",
8+
"spec_repo_commit": "837c2656"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-23 19:18:38.122001",
13-
"spec_repo_commit": "779f1def"
12+
"regenerated": "2025-06-23 20:34:45.017074",
13+
"spec_repo_commit": "837c2656"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24271,6 +24271,7 @@ paths:
2427124271
- us3.datadoghq.com
2427224272
- us5.datadoghq.com
2427324273
- ap1.datadoghq.com
24274+
- ap2.datadoghq.com
2427424275
- datadoghq.eu
2427524276
- ddog-gov.com
2427624277
subdomain:
@@ -36894,6 +36895,7 @@ paths:
3689436895
- us3.datadoghq.com
3689536896
- us5.datadoghq.com
3689636897
- ap1.datadoghq.com
36898+
- ap2.datadoghq.com
3689736899
- datadoghq.eu
3689836900
- ddog-gov.com
3689936901
subdomain:
@@ -36933,6 +36935,7 @@ servers:
3693336935
- us3.datadoghq.com
3693436936
- us5.datadoghq.com
3693536937
- ap1.datadoghq.com
36938+
- ap2.datadoghq.com
3693636939
- datadoghq.eu
3693736940
- ddog-gov.com
3693836941
subdomain:

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50244,6 +50244,7 @@ paths:
5024450244
- us3.datadoghq.com
5024550245
- us5.datadoghq.com
5024650246
- ap1.datadoghq.com
50247+
- ap2.datadoghq.com
5024750248
- datadoghq.eu
5024850249
- ddog-gov.com
5024950250
subdomain:
@@ -63192,6 +63193,7 @@ servers:
6319263193
- us3.datadoghq.com
6319363194
- us5.datadoghq.com
6319463195
- ap1.datadoghq.com
63196+
- ap2.datadoghq.com
6319563197
- datadoghq.eu
6319663198
- ddog-gov.com
6319763199
subdomain:

src/datadog/configuration.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ lazy_static! {
267267
"us3.datadoghq.com".into(),
268268
"us5.datadoghq.com".into(),
269269
"ap1.datadoghq.com".into(),
270+
"ap2.datadoghq.com".into(),
270271
"datadoghq.eu".into(),
271272
"ddog-gov.com".into(),
272273
],
@@ -347,6 +348,7 @@ lazy_static! {
347348
"us3.datadoghq.com".into(),
348349
"us5.datadoghq.com".into(),
349350
"ap1.datadoghq.com".into(),
351+
"ap2.datadoghq.com".into(),
350352
"datadoghq.eu".into(),
351353
"ddog-gov.com".into(),
352354
],
@@ -415,6 +417,7 @@ lazy_static! {
415417
"us3.datadoghq.com".into(),
416418
"us5.datadoghq.com".into(),
417419
"ap1.datadoghq.com".into(),
420+
"ap2.datadoghq.com".into(),
418421
"datadoghq.eu".into(),
419422
"ddog-gov.com".into(),
420423
],
@@ -493,6 +496,7 @@ lazy_static! {
493496
"us3.datadoghq.com".into(),
494497
"us5.datadoghq.com".into(),
495498
"ap1.datadoghq.com".into(),
499+
"ap2.datadoghq.com".into(),
496500
"datadoghq.eu".into(),
497501
"ddog-gov.com".into(),
498502
],

0 commit comments

Comments
 (0)