From 0f240d4b5771ee8df05d07ce779b76964baf7c2d Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 4 Dec 2025 16:43:55 +0000 Subject: [PATCH] Regenerate client from commit 81f5049 of spec repo --- .generator/schemas/v1/openapi.yaml | 60 +++++++++++++++++++ .../models/UsageSummaryDate.ts | 36 +++++++++++ .../models/UsageSummaryDateOrg.ts | 36 +++++++++++ .../models/UsageSummaryResponse.ts | 36 +++++++++++ 4 files changed, 168 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index e4c949659000..39e93a1066c0 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20841,6 +20841,11 @@ components: for the given date and given organization. format: int64 type: integer + cloud_cost_management_oci_host_count_avg: + description: Host count average of Cloud Cost Management for OCI for the + given date and given 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. @@ -21075,6 +21080,11 @@ components: Plus over all hours in the current date for the given org. format: int64 type: integer + eph_infra_host_proxmox_sum: + description: Shows the 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. @@ -21371,6 +21381,16 @@ components: within the current date for all organizations. format: int64 type: integer + proxmox_host_sum: + description: Shows the sum of all Proxmox hosts over all hours in the current + date for all organizations. + format: int64 + type: integer + proxmox_host_top99p: + description: Shows the 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. @@ -21954,6 +21974,11 @@ components: for the given date and given org. format: int64 type: integer + cloud_cost_management_oci_host_count_avg: + description: Host count average of Cloud Cost Management for OCI for the + given date and given org. + 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. @@ -22194,6 +22219,11 @@ components: Plus over all hours in the current date for the given org. format: int64 type: integer + eph_infra_host_proxmox_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Proxmox + over all hours in the current date for the given org. + 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. @@ -22488,6 +22518,16 @@ components: within the current date for the given org. format: int64 type: integer + proxmox_host_sum: + description: Shows the sum of all Proxmox hosts over all hours in the current + date for the given org. + format: int64 + type: integer + proxmox_host_top99p: + description: Shows the 99th percentile of all Proxmox hosts over all hours + in the current date for the given org. + format: int64 + type: integer public_id: description: The organization public id. type: string @@ -23077,6 +23117,11 @@ components: all cloud providers. format: int64 type: integer + cloud_cost_management_oci_host_count_avg_sum: + description: Sum of the host count average for Cloud Cost Management for + 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. @@ -23318,6 +23363,11 @@ components: Plus over all hours in the current month for all organizations. format: int64 type: integer + eph_infra_host_proxmox_agg_sum: + description: Shows the 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. @@ -23636,6 +23686,16 @@ components: in the current month for all organizations. format: int64 type: integer + proxmox_host_agg_sum: + description: Shows the sum of all Proxmox hosts over all hours in the current + month for all organizations. + format: int64 + type: integer + proxmox_host_top99p_sum: + description: Shows the 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/packages/datadog-api-client-v1/models/UsageSummaryDate.ts b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts index 4daeb2999a86..e9cd557a3a31 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts @@ -131,6 +131,10 @@ export class UsageSummaryDate { * Host count average of Cloud Cost Management for all cloud providers for the given date and given organization. */ "cloudCostManagementHostCountAvg"?: number; + /** + * Host count average of Cloud Cost Management for OCI for the given date and given 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. */ @@ -311,6 +315,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; + /** + * Shows the 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. */ @@ -531,6 +539,14 @@ export class UsageSummaryDate { * Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations. */ "profilingHostTop99P"?: number; + /** + * Shows the sum of all Proxmox hosts over all hours in the current date for all organizations. + */ + "proxmoxHostSum"?: number; + /** + * Shows the 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. */ @@ -1002,6 +1018,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", @@ -1227,6 +1248,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", @@ -1501,6 +1527,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/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts index ed6a08a6ee8e..6b99db3cf9e4 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts @@ -138,6 +138,10 @@ export class UsageSummaryDateOrg { * Host count average of Cloud Cost Management for all cloud providers for the given date and given org. */ "cloudCostManagementHostCountAvg"?: number; + /** + * Host count average of Cloud Cost Management for OCI for the given date and given org. + */ + "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. */ @@ -322,6 +326,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; + /** + * Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for the given org. + */ + "ephInfraHostProxmoxSum"?: number; /** * Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. */ @@ -546,6 +554,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; + /** + * Shows the sum of all Proxmox hosts over all hours in the current date for the given org. + */ + "proxmoxHostSum"?: number; + /** + * Shows the 99th percentile of all Proxmox hosts over all hours in the current date for the given org. + */ + "proxmoxHostTop99P"?: number; /** * The organization public id. */ @@ -1033,6 +1049,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", @@ -1263,6 +1284,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", @@ -1541,6 +1567,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/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts index 090840d13ae5..e16af30ea9a0 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts @@ -136,6 +136,10 @@ export class UsageSummaryResponse { * Sum of the host count average for Cloud Cost Management for all cloud providers. */ "cloudCostManagementHostCountAvgSum"?: number; + /** + * Sum of the host count average for Cloud Cost Management for 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. */ @@ -324,6 +328,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; + /** + * Shows the 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. */ @@ -560,6 +568,14 @@ export class UsageSummaryResponse { * Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations. */ "profilingHostCountTop99PSum"?: number; + /** + * Shows the sum of all Proxmox hosts over all hours in the current month for all organizations. + */ + "proxmoxHostAggSum"?: number; + /** + * Shows the 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. */ @@ -1052,6 +1068,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", @@ -1287,6 +1308,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", @@ -1582,6 +1608,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",