From b16aefb8f424ff4fb2386a2e5b09ebe2c8f727d8 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 20 May 2026 21:06:01 +0000 Subject: [PATCH] Regenerate client from commit 7dbcff9 of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++++++++++++ .../usage_metering/src/v1/models/UsageSummaryDate.ts | 9 +++++++++ .../src/v1/models/UsageSummaryDateOrg.ts | 9 +++++++++ .../src/v1/models/UsageSummaryResponse.ts | 9 +++++++++ 4 files changed, 39 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index a0aad169eda9..51fe22bcea0c 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -22607,6 +22607,10 @@ components: description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations. format: int64 type: integer + do_jobs_monitoring_orchestrators_job_hours_sum: + description: Shows the sum of all orchestrator job hours over all hours in the current date for all organizations. + format: int64 + type: integer eph_infra_host_agent_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. format: int64 @@ -23620,6 +23624,10 @@ components: description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org. format: int64 type: integer + do_jobs_monitoring_orchestrators_job_hours_sum: + description: Shows the sum of all orchestrator job hours over all hours in the current date for the given org. + format: int64 + type: integer eph_infra_host_agent_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. format: int64 @@ -24639,6 +24647,10 @@ components: description: Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations. format: int64 type: integer + do_jobs_monitoring_orchestrators_job_hours_agg_sum: + description: Shows the sum of all orchestrator job hours over all hours in the current month for all organizations. + format: int64 + type: integer end_date: description: Shows the last date of usage in the current month for all organizations. format: date-time diff --git a/services/usage_metering/src/v1/models/UsageSummaryDate.ts b/services/usage_metering/src/v1/models/UsageSummaryDate.ts index f3d9fa33e627..b6a664ebeb9b 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryDate.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryDate.ts @@ -346,6 +346,10 @@ export class UsageSummaryDate { * Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations. */ "dbmQueriesCountAvg"?: number; + /** + * Shows the sum of all orchestrator job hours over all hours in the current date for all organizations. + */ + "doJobsMonitoringOrchestratorsJobHoursSum"?: number; /** * Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. */ @@ -1430,6 +1434,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + doJobsMonitoringOrchestratorsJobHoursSum: { + baseName: "do_jobs_monitoring_orchestrators_job_hours_sum", + type: "number", + format: "int64", + }, ephInfraHostAgentSum: { baseName: "eph_infra_host_agent_sum", type: "number", diff --git a/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts b/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts index c70ad23ef907..0b24beef4d40 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts @@ -356,6 +356,10 @@ export class UsageSummaryDateOrg { * Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org. */ "dbmQueriesAvgSum"?: number; + /** + * Shows the sum of all orchestrator job hours over all hours in the current date for the given org. + */ + "doJobsMonitoringOrchestratorsJobHoursSum"?: number; /** * Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. */ @@ -1465,6 +1469,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + doJobsMonitoringOrchestratorsJobHoursSum: { + baseName: "do_jobs_monitoring_orchestrators_job_hours_sum", + type: "number", + format: "int64", + }, ephInfraHostAgentSum: { baseName: "eph_infra_host_agent_sum", type: "number", diff --git a/services/usage_metering/src/v1/models/UsageSummaryResponse.ts b/services/usage_metering/src/v1/models/UsageSummaryResponse.ts index f9958d48703a..aa5ad30d21f3 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryResponse.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryResponse.ts @@ -355,6 +355,10 @@ export class UsageSummaryResponse { * Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations. */ "dbmQueriesAvgSum"?: number; + /** + * Shows the sum of all orchestrator job hours over all hours in the current month for all organizations. + */ + "doJobsMonitoringOrchestratorsJobHoursAggSum"?: number; /** * Shows the last date of usage in the current month for all organizations. */ @@ -1485,6 +1489,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + doJobsMonitoringOrchestratorsJobHoursAggSum: { + baseName: "do_jobs_monitoring_orchestrators_job_hours_agg_sum", + type: "number", + format: "int64", + }, endDate: { baseName: "end_date", type: "Date",