Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2023-04-10 15:00:18.020845",
"spec_repo_commit": "615bff17"
"regenerated": "2023-04-10 20:04:59.088008",
"spec_repo_commit": "4e7c36aa"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-04-10 15:00:18.033376",
"spec_repo_commit": "615bff17"
"regenerated": "2023-04-10 20:04:59.105426",
"spec_repo_commit": "4e7c36aa"
}
}
}
14 changes: 9 additions & 5 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19257,6 +19257,7 @@ paths:
- datadoghq.com
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down Expand Up @@ -23907,8 +23908,8 @@ paths:
- `#` an integer or decimal number used to set the threshold.


**NOTE** Only available on US1-FED and in closed beta on US1, EU, US3, and
US5.
**NOTE** Only available on US1-FED and in closed beta on US1, EU, AP1, US3,
and US5.


**CI Pipelines Alert Query**
Expand All @@ -23933,7 +23934,7 @@ paths:
- `#` an integer or decimal number used to set the threshold.


**NOTE** CI Pipeline monitors are in alpha on US1, EU, US3 and US5.
**NOTE** CI Pipeline monitors are in alpha on US1, EU, AP1, US3, and US5.


**CI Tests Alert Query**
Expand All @@ -23958,8 +23959,8 @@ paths:
- `#` an integer or decimal number used to set the threshold.


**NOTE** CI Test monitors are available only in closed beta on US1, EU, US3
and US5.
**NOTE** CI Test monitors are available only in closed beta on US1, EU, AP1,
US3, and US5.


**Error Tracking Alert Query**
Expand Down Expand Up @@ -26072,6 +26073,7 @@ paths:
- datadoghq.eu
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- ddog-gov.com
subdomain:
default: api
Expand Down Expand Up @@ -30465,6 +30467,7 @@ paths:
- datadoghq.com
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down Expand Up @@ -30503,6 +30506,7 @@ servers:
- datadoghq.com
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down
2 changes: 2 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17592,6 +17592,7 @@ paths:
- datadoghq.com
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down Expand Up @@ -23771,6 +23772,7 @@ servers:
- datadoghq.com
- us3.datadoghq.com
- us5.datadoghq.com
- ap1.datadoghq.com
- datadoghq.eu
- ddog-gov.com
subdomain:
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/com/datadog/api/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public class ApiClient {
"datadoghq.com",
"us3.datadoghq.com",
"us5.datadoghq.com",
"ap1.datadoghq.com",
"datadoghq.eu",
"ddog-gov.com"))));
put(
Expand Down Expand Up @@ -164,6 +165,7 @@ public class ApiClient {
"datadoghq.com",
"us3.datadoghq.com",
"us5.datadoghq.com",
"ap1.datadoghq.com",
"datadoghq.eu",
"ddog-gov.com"))));
put(
Expand Down Expand Up @@ -226,6 +228,7 @@ public class ApiClient {
"datadoghq.eu",
"us3.datadoghq.com",
"us5.datadoghq.com",
"ap1.datadoghq.com",
"ddog-gov.com"))));
put(
"subdomain",
Expand Down Expand Up @@ -292,6 +295,7 @@ public class ApiClient {
"datadoghq.com",
"us3.datadoghq.com",
"us5.datadoghq.com",
"ap1.datadoghq.com",
"datadoghq.eu",
"ddog-gov.com"))));
put(
Expand Down Expand Up @@ -359,6 +363,7 @@ public class ApiClient {
"datadoghq.com",
"us3.datadoghq.com",
"us5.datadoghq.com",
"ap1.datadoghq.com",
"datadoghq.eu",
"ddog-gov.com"))));
put(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ public CompletableFuture<Monitor> createMonitorAsync(Monitor body) {
* <li><code>#</code> an integer or decimal number used to set the threshold.
* </ul>
*
* <p><strong>NOTE</strong> Only available on US1-FED and in closed beta on US1, EU, US3, and US5.
* <p><strong>NOTE</strong> Only available on US1-FED and in closed beta on US1, EU, AP1, US3, and
* US5.
*
* <p><strong>CI Pipelines Alert Query</strong>
*
Expand All @@ -463,7 +464,7 @@ public CompletableFuture<Monitor> createMonitorAsync(Monitor body) {
* <li><code>#</code> an integer or decimal number used to set the threshold.
* </ul>
*
* <p><strong>NOTE</strong> CI Pipeline monitors are in alpha on US1, EU, US3 and US5.
* <p><strong>NOTE</strong> CI Pipeline monitors are in alpha on US1, EU, AP1, US3, and US5.
*
* <p><strong>CI Tests Alert Query</strong>
*
Expand All @@ -483,8 +484,8 @@ public CompletableFuture<Monitor> createMonitorAsync(Monitor body) {
* <li><code>#</code> an integer or decimal number used to set the threshold.
* </ul>
*
* <p><strong>NOTE</strong> CI Test monitors are available only in closed beta on US1, EU, US3 and
* US5.
* <p><strong>NOTE</strong> CI Test monitors are available only in closed beta on US1, EU, AP1,
* US3, and US5.
*
* <p><strong>Error Tracking Alert Query</strong>
*
Expand Down