diff --git a/.apigentools-info b/.apigentools-info index 34f849612df..7a33fb9bbb4 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 75147af0534..0fdaa9e78a2 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -19257,6 +19257,7 @@ paths: - datadoghq.com - us3.datadoghq.com - us5.datadoghq.com + - ap1.datadoghq.com - datadoghq.eu - ddog-gov.com subdomain: @@ -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** @@ -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** @@ -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** @@ -26072,6 +26073,7 @@ paths: - datadoghq.eu - us3.datadoghq.com - us5.datadoghq.com + - ap1.datadoghq.com - ddog-gov.com subdomain: default: api @@ -30465,6 +30467,7 @@ paths: - datadoghq.com - us3.datadoghq.com - us5.datadoghq.com + - ap1.datadoghq.com - datadoghq.eu - ddog-gov.com subdomain: @@ -30503,6 +30506,7 @@ servers: - datadoghq.com - us3.datadoghq.com - us5.datadoghq.com + - ap1.datadoghq.com - datadoghq.eu - ddog-gov.com subdomain: diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index fb5a70c9a75..e701619e11e 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -17592,6 +17592,7 @@ paths: - datadoghq.com - us3.datadoghq.com - us5.datadoghq.com + - ap1.datadoghq.com - datadoghq.eu - ddog-gov.com subdomain: @@ -23771,6 +23772,7 @@ servers: - datadoghq.com - us3.datadoghq.com - us5.datadoghq.com + - ap1.datadoghq.com - datadoghq.eu - ddog-gov.com subdomain: diff --git a/src/main/java/com/datadog/api/client/ApiClient.java b/src/main/java/com/datadog/api/client/ApiClient.java index ea513e5aa22..9b678b6d644 100644 --- a/src/main/java/com/datadog/api/client/ApiClient.java +++ b/src/main/java/com/datadog/api/client/ApiClient.java @@ -96,6 +96,7 @@ public class ApiClient { "datadoghq.com", "us3.datadoghq.com", "us5.datadoghq.com", + "ap1.datadoghq.com", "datadoghq.eu", "ddog-gov.com")))); put( @@ -164,6 +165,7 @@ public class ApiClient { "datadoghq.com", "us3.datadoghq.com", "us5.datadoghq.com", + "ap1.datadoghq.com", "datadoghq.eu", "ddog-gov.com")))); put( @@ -226,6 +228,7 @@ public class ApiClient { "datadoghq.eu", "us3.datadoghq.com", "us5.datadoghq.com", + "ap1.datadoghq.com", "ddog-gov.com")))); put( "subdomain", @@ -292,6 +295,7 @@ public class ApiClient { "datadoghq.com", "us3.datadoghq.com", "us5.datadoghq.com", + "ap1.datadoghq.com", "datadoghq.eu", "ddog-gov.com")))); put( @@ -359,6 +363,7 @@ public class ApiClient { "datadoghq.com", "us3.datadoghq.com", "us5.datadoghq.com", + "ap1.datadoghq.com", "datadoghq.eu", "ddog-gov.com")))); put( diff --git a/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java b/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java index 8504b95e025..c44564112d9 100644 --- a/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java @@ -443,7 +443,8 @@ public CompletableFuture createMonitorAsync(Monitor body) { *
  • # 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 * @@ -463,7 +464,7 @@ public CompletableFuture createMonitorAsync(Monitor body) { *

  • # 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 * @@ -483,8 +484,8 @@ public CompletableFuture createMonitorAsync(Monitor body) { *

  • # 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 *