From 71a7a63d76475a13c4d4bdaaaebdf314f839aeb2 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 30 Mar 2026 13:47:31 +0000 Subject: [PATCH] Regenerate client from commit 4b459da of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++++++++++++ .../datadog-api-client-v1/models/UsageSummaryDate.ts | 9 +++++++++ .../models/UsageSummaryDateOrg.ts | 9 +++++++++ .../models/UsageSummaryResponse.ts | 9 +++++++++ 4 files changed, 39 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 737ab6bffde6..cde0e3a18c72 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -21235,6 +21235,10 @@ components: description: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org. format: int64 type: integer + data_observability_quality_monitoring_avg: + description: Shows the average of all Data Observability Quality Monitoring usage over all hours in the current date for all organizations. + format: int64 + type: integer date: description: The date for the usage. format: date-time @@ -22132,6 +22136,10 @@ components: description: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org. format: int64 type: integer + data_observability_quality_monitoring_avg: + description: Shows the average of all Data Observability Quality Monitoring usage over all hours in the current date for the given org. + format: int64 + type: integer dbm_host_top99p_sum: description: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org. format: int64 @@ -23031,6 +23039,10 @@ components: description: Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations format: int64 type: integer + data_observability_quality_monitoring_avg_sum: + description: Shows the sum of the average of all Data Observability Quality Monitoring usage over all hours in the current months for all organizations. + format: int64 + type: integer dbm_host_top99p_sum: description: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations. format: int64 diff --git a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts index 40557c85b533..9bcf807418ae 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts @@ -267,6 +267,10 @@ export class UsageSummaryDate { * Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org. */ "dataJobsMonitoringHostHrSum"?: number; + /** + * Shows the average of all Data Observability Quality Monitoring usage over all hours in the current date for all organizations. + */ + "dataObservabilityQualityMonitoringAvg"?: number; /** * The date for the usage. */ @@ -1212,6 +1216,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + dataObservabilityQualityMonitoringAvg: { + baseName: "data_observability_quality_monitoring_avg", + type: "number", + format: "int64", + }, date: { baseName: "date", type: "Date", diff --git a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts index fb69c817cd5c..49bef6232453 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts @@ -282,6 +282,10 @@ export class UsageSummaryDateOrg { * Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org. */ "dataJobsMonitoringHostHrSum"?: number; + /** + * Shows the average of all Data Observability Quality Monitoring usage over all hours in the current date for the given org. + */ + "dataObservabilityQualityMonitoringAvg"?: number; /** * Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org. */ @@ -1253,6 +1257,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + dataObservabilityQualityMonitoringAvg: { + baseName: "data_observability_quality_monitoring_avg", + type: "number", + format: "int64", + }, dbmHostTop99pSum: { baseName: "dbm_host_top99p_sum", type: "number", diff --git a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts index 50a9a5f0e0c1..b20067edbdd2 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts @@ -280,6 +280,10 @@ export class UsageSummaryResponse { * Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations */ "dataJobsMonitoringHostHrAggSum"?: number; + /** + * Shows the sum of the average of all Data Observability Quality Monitoring usage over all hours in the current months for all organizations. + */ + "dataObservabilityQualityMonitoringAvgSum"?: number; /** * Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations. */ @@ -1272,6 +1276,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + dataObservabilityQualityMonitoringAvgSum: { + baseName: "data_observability_quality_monitoring_avg_sum", + type: "number", + format: "int64", + }, dbmHostTop99pSum: { baseName: "dbm_host_top99p_sum", type: "number",