From 6406739fca296a364001213dd3d053b555d2d8bf Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 2 Dec 2024 14:35:17 +0000 Subject: [PATCH] Regenerate client from commit 48a734bf of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 15 +++++++++------ .../v1/models/usage_summary_date.rb | 2 +- .../v1/models/usage_summary_date_org.rb | 2 +- .../v1/models/usage_summary_response.rb | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index e7d35a7b125b..0a8ef95131b0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-27 13:08:57.577519", - "spec_repo_commit": "fd3dd4d0" + "regenerated": "2024-12-02 14:34:49.046316", + "spec_repo_commit": "48a734bf" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-27 13:08:57.596644", - "spec_repo_commit": "fd3dd4d0" + "regenerated": "2024-12-02 14:34:49.065976", + "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 cd665cd285ba..8c5cd1613f30 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/lib/datadog_api_client/v1/models/usage_summary_date.rb b/lib/datadog_api_client/v1/models/usage_summary_date.rb index 629b272ce21e..bc0ca2c76773 100644 --- a/lib/datadog_api_client/v1/models/usage_summary_date.rb +++ b/lib/datadog_api_client/v1/models/usage_summary_date.rb @@ -291,7 +291,7 @@ class UsageSummaryDate # Shows the sum of all Network flows indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024). attr_accessor :netflow_indexed_events_count_sum - # 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. attr_accessor :npm_host_top99p # Sum of all observability pipelines bytes processed over all hours in the current date for the given org. diff --git a/lib/datadog_api_client/v1/models/usage_summary_date_org.rb b/lib/datadog_api_client/v1/models/usage_summary_date_org.rb index 938f08d1a349..383088b123fe 100644 --- a/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +++ b/lib/datadog_api_client/v1/models/usage_summary_date_org.rb @@ -306,7 +306,7 @@ class UsageSummaryDateOrg # Shows the sum of all Network flows indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). attr_accessor :netflow_indexed_events_count_sum - # 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. attr_accessor :npm_host_top99p # Sum of all observability pipelines bytes processed over all hours in the current date for the given org. diff --git a/lib/datadog_api_client/v1/models/usage_summary_response.rb b/lib/datadog_api_client/v1/models/usage_summary_response.rb index a748cf659b61..364744d47abc 100644 --- a/lib/datadog_api_client/v1/models/usage_summary_response.rb +++ b/lib/datadog_api_client/v1/models/usage_summary_response.rb @@ -312,7 +312,7 @@ class UsageSummaryResponse # Shows the sum of all Network flows indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). attr_accessor :netflow_indexed_events_count_agg_sum - # 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. attr_accessor :npm_host_top99p_sum # Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.