diff --git a/.apigentools-info b/.apigentools-info index 0bf2ff11c35..1a0a0528649 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.363837", - "spec_repo_commit": "fd3dd4d0" + "regenerated": "2024-12-02 14:34:47.056901", + "spec_repo_commit": "48a734bf" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-27 13:09:00.383880", - "spec_repo_commit": "fd3dd4d0" + "regenerated": "2024-12-02 14:34:47.076082", + "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/api/datadogV1/model_usage_summary_date.go b/api/datadogV1/model_usage_summary_date.go index d517b3e7fc3..25e31acbd94 100644 --- a/api/datadogV1/model_usage_summary_date.go +++ b/api/datadogV1/model_usage_summary_date.go @@ -204,7 +204,7 @@ type UsageSummaryDate struct { // 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). // Deprecated NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"` - // 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. NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"` // Sum of all observability pipelines bytes processed over all hours in the current date for the given org. ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"` diff --git a/api/datadogV1/model_usage_summary_date_org.go b/api/datadogV1/model_usage_summary_date_org.go index 7fd531352b2..d374e7b2f8d 100644 --- a/api/datadogV1/model_usage_summary_date_org.go +++ b/api/datadogV1/model_usage_summary_date_org.go @@ -213,7 +213,7 @@ type UsageSummaryDateOrg struct { // 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). // Deprecated NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"` - // 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. NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"` // Sum of all observability pipelines bytes processed over all hours in the current date for the given org. ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"` diff --git a/api/datadogV1/model_usage_summary_response.go b/api/datadogV1/model_usage_summary_response.go index 9e38309e1a1..f0985c8f057 100644 --- a/api/datadogV1/model_usage_summary_response.go +++ b/api/datadogV1/model_usage_summary_response.go @@ -220,7 +220,7 @@ type UsageSummaryResponse struct { // 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). // Deprecated NetflowIndexedEventsCountAggSum *int64 `json:"netflow_indexed_events_count_agg_sum,omitempty"` - // 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. NpmHostTop99pSum *int64 `json:"npm_host_top99p_sum,omitempty"` // Sum of all observability pipelines bytes processed over all hours in the current month for all organizations. ObservabilityPipelinesBytesProcessedAggSum *int64 `json:"observability_pipelines_bytes_processed_agg_sum,omitempty"`