Skip to content

Commit 5b8450d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 82fc774c of spec repo
1 parent 6cf49a2 commit 5b8450d

File tree

7 files changed

+13
-4
lines changed

7 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-17 14:56:02.884286",
8-
"spec_repo_commit": "b359fdcc"
7+
"regenerated": "2025-06-17 19:05:18.594203",
8+
"spec_repo_commit": "82fc774c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-17 14:56:02.899290",
13-
"spec_repo_commit": "b359fdcc"
12+
"regenerated": "2025-06-17 19:05:18.609672",
13+
"spec_repo_commit": "82fc774c"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24274,6 +24274,7 @@ paths:
2427424274
- us3.datadoghq.com
2427524275
- us5.datadoghq.com
2427624276
- ap1.datadoghq.com
24277+
- ap2.datadoghq.com
2427724278
- datadoghq.eu
2427824279
- ddog-gov.com
2427924280
subdomain:
@@ -36897,6 +36898,7 @@ paths:
3689736898
- us3.datadoghq.com
3689836899
- us5.datadoghq.com
3689936900
- ap1.datadoghq.com
36901+
- ap2.datadoghq.com
3690036902
- datadoghq.eu
3690136903
- ddog-gov.com
3690236904
subdomain:
@@ -36936,6 +36938,7 @@ servers:
3693636938
- us3.datadoghq.com
3693736939
- us5.datadoghq.com
3693836940
- ap1.datadoghq.com
36941+
- ap2.datadoghq.com
3693936942
- datadoghq.eu
3694036943
- ddog-gov.com
3694136944
subdomain:

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50069,6 +50069,7 @@ paths:
5006950069
- us3.datadoghq.com
5007050070
- us5.datadoghq.com
5007150071
- ap1.datadoghq.com
50072+
- ap2.datadoghq.com
5007250073
- datadoghq.eu
5007350074
- ddog-gov.com
5007450075
subdomain:
@@ -63017,6 +63018,7 @@ servers:
6301763018
- us3.datadoghq.com
6301863019
- us5.datadoghq.com
6301963020
- ap1.datadoghq.com
63021+
- ap2.datadoghq.com
6302063022
- datadoghq.eu
6302163023
- ddog-gov.com
6302263024
subdomain:

src/datadog_api_client/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ def get_host_settings(self):
509509
"us3.datadoghq.com",
510510
"us5.datadoghq.com",
511511
"ap1.datadoghq.com",
512+
"ap2.datadoghq.com",
512513
"datadoghq.eu",
513514
"ddog-gov.com",
514515
],

src/datadog_api_client/v1/api/ip_ranges_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def __init__(self, api_client=None):
4040
"us3.datadoghq.com",
4141
"us5.datadoghq.com",
4242
"ap1.datadoghq.com",
43+
"ap2.datadoghq.com",
4344
"datadoghq.eu",
4445
"ddog-gov.com",
4546
],

src/datadog_api_client/v1/api/logs_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def __init__(self, api_client=None):
6868
"us3.datadoghq.com",
6969
"us5.datadoghq.com",
7070
"ap1.datadoghq.com",
71+
"ap2.datadoghq.com",
7172
"datadoghq.eu",
7273
"ddog-gov.com",
7374
],

src/datadog_api_client/v2/api/logs_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def __init__(self, api_client=None):
156156
"us3.datadoghq.com",
157157
"us5.datadoghq.com",
158158
"ap1.datadoghq.com",
159+
"ap2.datadoghq.com",
159160
"datadoghq.eu",
160161
"ddog-gov.com",
161162
],

0 commit comments

Comments
 (0)