From f5c232e6cb11b947f86b5f0fd232fac8b92c2383 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 10 Dec 2025 21:00:42 +0000 Subject: [PATCH] Regenerate client from commit 215138d of spec repo --- .generator/schemas/v1/openapi.yaml | 60 +++++++++++++++++++ .../src/v1/models/UsageSummaryDate.ts | 36 +++++++++++ .../src/v1/models/UsageSummaryDateOrg.ts | 36 +++++++++++ .../src/v1/models/UsageSummaryResponse.ts | 36 +++++++++++ 4 files changed, 168 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index afb32a4a89a0..f870fed54e26 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20913,6 +20913,11 @@ components: for the given date and given organization. format: int64 type: integer + cloud_cost_management_oci_host_count_avg: + description: Average host count for Cloud Cost Management on OCI for the + given date and organization. + format: int64 + type: integer cloud_siem_events_sum: description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org. @@ -21147,6 +21152,11 @@ components: Plus over all hours in the current date for the given org. format: int64 type: integer + eph_infra_host_proxmox_sum: + description: Sum of all ephemeral infrastructure hosts for Proxmox over + all hours in the current date for all organizations. + format: int64 + type: integer error_tracking_apm_error_events_sum: description: Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. @@ -21443,6 +21453,16 @@ components: within the current date for all organizations. format: int64 type: integer + proxmox_host_sum: + description: Sum of all Proxmox hosts over all hours in the current date + for all organizations. + format: int64 + type: integer + proxmox_host_top99p: + description: 99th percentile of all Proxmox hosts over all hours in the + current date for all organizations. + format: int64 + type: integer published_app_hwm: description: Shows the high-water mark of all published applications over all hours in the current date for all organizations. @@ -22026,6 +22046,11 @@ components: for the given date and given org. format: int64 type: integer + cloud_cost_management_oci_host_count_avg: + description: Average host count for Cloud Cost Management on OCI for the + given date and organization. + format: int64 + type: integer cloud_siem_events_sum: description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org. @@ -22266,6 +22291,11 @@ components: Plus over all hours in the current date for the given org. format: int64 type: integer + eph_infra_host_proxmox_sum: + description: Sum of all ephemeral infrastructure hosts for Proxmox over + all hours in the current date for the given organization. + format: int64 + type: integer error_tracking_apm_error_events_sum: description: Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. @@ -22560,6 +22590,16 @@ components: within the current date for the given org. format: int64 type: integer + proxmox_host_sum: + description: Sum of all Proxmox hosts over all hours in the current date + for the given organization. + format: int64 + type: integer + proxmox_host_top99p: + description: 99th percentile of all Proxmox hosts over all hours in the + current date for the given organization. + format: int64 + type: integer public_id: description: The organization public id. type: string @@ -23149,6 +23189,11 @@ components: all cloud providers. format: int64 type: integer + cloud_cost_management_oci_host_count_avg_sum: + description: Sum of the average host counts for Cloud Cost Management on + OCI. + format: int64 + type: integer cloud_siem_events_agg_sum: description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations. @@ -23390,6 +23435,11 @@ components: Plus over all hours in the current month for all organizations. format: int64 type: integer + eph_infra_host_proxmox_agg_sum: + description: Sum of all ephemeral infrastructure hosts for Proxmox over + all hours in the current month for all organizations. + format: int64 + type: integer error_tracking_apm_error_events_agg_sum: description: Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations. @@ -23708,6 +23758,16 @@ components: in the current month for all organizations. format: int64 type: integer + proxmox_host_agg_sum: + description: Sum of all Proxmox hosts over all hours in the current month + for all organizations. + format: int64 + type: integer + proxmox_host_top99p_sum: + description: Sum of the 99th percentile of all Proxmox hosts over all hours + in the current month for all organizations. + format: int64 + type: integer published_app_hwm_sum: description: Shows the high-water mark of all published applications over all hours in the current month for all organizations. diff --git a/services/usage_metering/src/v1/models/UsageSummaryDate.ts b/services/usage_metering/src/v1/models/UsageSummaryDate.ts index ec35f06e3985..d03224cc862d 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryDate.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryDate.ts @@ -126,6 +126,10 @@ export class UsageSummaryDate { * Host count average of Cloud Cost Management for all cloud providers for the given date and given organization. */ "cloudCostManagementHostCountAvg"?: number; + /** + * Average host count for Cloud Cost Management on OCI for the given date and organization. + */ + "cloudCostManagementOciHostCountAvg"?: number; /** * Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org. */ @@ -306,6 +310,10 @@ export class UsageSummaryDate { * Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org. */ "ephInfraHostProplusSum"?: number; + /** + * Sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for all organizations. + */ + "ephInfraHostProxmoxSum"?: number; /** * Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. */ @@ -526,6 +534,14 @@ export class UsageSummaryDate { * Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations. */ "profilingHostTop99P"?: number; + /** + * Sum of all Proxmox hosts over all hours in the current date for all organizations. + */ + "proxmoxHostSum"?: number; + /** + * 99th percentile of all Proxmox hosts over all hours in the current date for all organizations. + */ + "proxmoxHostTop99P"?: number; /** * Shows the high-water mark of all published applications over all hours in the current date for all organizations. */ @@ -995,6 +1011,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + cloudCostManagementOciHostCountAvg: { + baseName: "cloud_cost_management_oci_host_count_avg", + type: "number", + format: "int64", + }, cloudSiemEventsSum: { baseName: "cloud_siem_events_sum", type: "number", @@ -1220,6 +1241,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + ephInfraHostProxmoxSum: { + baseName: "eph_infra_host_proxmox_sum", + type: "number", + format: "int64", + }, errorTrackingApmErrorEventsSum: { baseName: "error_tracking_apm_error_events_sum", type: "number", @@ -1494,6 +1520,16 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + proxmoxHostSum: { + baseName: "proxmox_host_sum", + type: "number", + format: "int64", + }, + proxmoxHostTop99P: { + baseName: "proxmox_host_top99p", + type: "number", + format: "int64", + }, publishedAppHwm: { baseName: "published_app_hwm", type: "number", diff --git a/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts b/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts index 6215cc849178..f3203edf7581 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts @@ -132,6 +132,10 @@ export class UsageSummaryDateOrg { * Host count average of Cloud Cost Management for all cloud providers for the given date and given org. */ "cloudCostManagementHostCountAvg"?: number; + /** + * Average host count for Cloud Cost Management on OCI for the given date and organization. + */ + "cloudCostManagementOciHostCountAvg"?: number; /** * Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org. */ @@ -316,6 +320,10 @@ export class UsageSummaryDateOrg { * Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org. */ "ephInfraHostProplusSum"?: number; + /** + * Sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for the given organization. + */ + "ephInfraHostProxmoxSum"?: number; /** * Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. */ @@ -540,6 +548,14 @@ export class UsageSummaryDateOrg { * Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org. */ "profilingHostTop99P"?: number; + /** + * Sum of all Proxmox hosts over all hours in the current date for the given organization. + */ + "proxmoxHostSum"?: number; + /** + * 99th percentile of all Proxmox hosts over all hours in the current date for the given organization. + */ + "proxmoxHostTop99P"?: number; /** * The organization public id. */ @@ -1025,6 +1041,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + cloudCostManagementOciHostCountAvg: { + baseName: "cloud_cost_management_oci_host_count_avg", + type: "number", + format: "int64", + }, cloudSiemEventsSum: { baseName: "cloud_siem_events_sum", type: "number", @@ -1255,6 +1276,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + ephInfraHostProxmoxSum: { + baseName: "eph_infra_host_proxmox_sum", + type: "number", + format: "int64", + }, errorTrackingApmErrorEventsSum: { baseName: "error_tracking_apm_error_events_sum", type: "number", @@ -1533,6 +1559,16 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + proxmoxHostSum: { + baseName: "proxmox_host_sum", + type: "number", + format: "int64", + }, + proxmoxHostTop99P: { + baseName: "proxmox_host_top99p", + type: "number", + format: "int64", + }, publicId: { baseName: "public_id", type: "string", diff --git a/services/usage_metering/src/v1/models/UsageSummaryResponse.ts b/services/usage_metering/src/v1/models/UsageSummaryResponse.ts index 89944c9c7dd2..46247b7e7ac3 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryResponse.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryResponse.ts @@ -131,6 +131,10 @@ export class UsageSummaryResponse { * Sum of the host count average for Cloud Cost Management for all cloud providers. */ "cloudCostManagementHostCountAvgSum"?: number; + /** + * Sum of the average host counts for Cloud Cost Management on OCI. + */ + "cloudCostManagementOciHostCountAvgSum"?: number; /** * Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations. */ @@ -319,6 +323,10 @@ export class UsageSummaryResponse { * Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations. */ "ephInfraHostProplusAggSum"?: number; + /** + * Sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current month for all organizations. + */ + "ephInfraHostProxmoxAggSum"?: number; /** * Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations. */ @@ -555,6 +563,14 @@ export class UsageSummaryResponse { * Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations. */ "profilingHostCountTop99PSum"?: number; + /** + * Sum of all Proxmox hosts over all hours in the current month for all organizations. + */ + "proxmoxHostAggSum"?: number; + /** + * Sum of the 99th percentile of all Proxmox hosts over all hours in the current month for all organizations. + */ + "proxmoxHostTop99PSum"?: number; /** * Shows the high-water mark of all published applications over all hours in the current month for all organizations. */ @@ -1045,6 +1061,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + cloudCostManagementOciHostCountAvgSum: { + baseName: "cloud_cost_management_oci_host_count_avg_sum", + type: "number", + format: "int64", + }, cloudSiemEventsAggSum: { baseName: "cloud_siem_events_agg_sum", type: "number", @@ -1280,6 +1301,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + ephInfraHostProxmoxAggSum: { + baseName: "eph_infra_host_proxmox_agg_sum", + type: "number", + format: "int64", + }, errorTrackingApmErrorEventsAggSum: { baseName: "error_tracking_apm_error_events_agg_sum", type: "number", @@ -1575,6 +1601,16 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + proxmoxHostAggSum: { + baseName: "proxmox_host_agg_sum", + type: "number", + format: "int64", + }, + proxmoxHostTop99PSum: { + baseName: "proxmox_host_top99p_sum", + type: "number", + format: "int64", + }, publishedAppHwmSum: { baseName: "published_app_hwm_sum", type: "number",