diff --git a/.apigentools-info b/.apigentools-info index fb036e79ae6..cbcb3b84013 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-27 13:09:00.927359", - "spec_repo_commit": "fd3dd4d0" + "regenerated": "2024-12-02 14:34:49.580439", + "spec_repo_commit": "48a734bf" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-27 13:09:00.946410", - "spec_repo_commit": "fd3dd4d0" + "regenerated": "2024-12-02 14:34:49.600641", + "spec_repo_commit": "48a734bf" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index cd665cd285b..8c5cd1613f3 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20118,8 +20118,9 @@ components: format: int64 type: integer npm_host_top99p: - description: Shows the 99th percentile of all distinct Networks hosts over - all hours in the current date for all organizations. + description: Shows the 99th percentile of all distinct Cloud Network Monitoring + hosts (formerly known as Network hosts) over all hours in the current + date for all organizations. format: int64 type: integer observability_pipelines_bytes_processed_sum: @@ -20892,8 +20893,9 @@ components: format: int64 type: integer npm_host_top99p: - description: Shows the 99th percentile of all distinct Networks hosts over - all hours in the current date for the given org. + description: Shows the 99th percentile of all distinct Cloud Network Monitoring + hosts (formerly known as Network hosts) over all hours in the current + date for the given org. format: int64 type: integer observability_pipelines_bytes_processed_sum: @@ -21689,8 +21691,9 @@ components: format: int64 type: integer npm_host_top99p_sum: - description: Shows the 99th percentile of all distinct Networks hosts over - all hours in the current month for all organizations. + description: Shows the 99th percentile of all distinct Cloud Network Monitoring + hosts (formerly known as Network hosts) over all hours in the current + month for all organizations. format: int64 type: integer observability_pipelines_bytes_processed_agg_sum: diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java index a6389e249c8..911b2457296 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java @@ -2707,8 +2707,8 @@ public UsageSummaryDate npmHostTop99p(Long npmHostTop99p) { } /** - * Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for - * all organizations. + * Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as + * Network hosts) over all hours in the current date for all organizations. * * @return npmHostTop99p */ diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java index eab6b5f42dd..6a6232d1cfa 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java @@ -2833,8 +2833,8 @@ public UsageSummaryDateOrg npmHostTop99p(Long npmHostTop99p) { } /** - * Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for - * the given org. + * Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as + * Network hosts) over all hours in the current date for the given org. * * @return npmHostTop99p */ diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java index c2dfca038bf..6c1ae5fb97d 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java @@ -2960,8 +2960,8 @@ public UsageSummaryResponse npmHostTop99pSum(Long npmHostTop99pSum) { } /** - * Shows the 99th percentile of all distinct Networks hosts over all hours in the current month - * for all organizations. + * Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as + * Network hosts) over all hours in the current month for all organizations. * * @return npmHostTop99pSum */