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/services/usage_metering/src/v1/models/UsageSummaryDate.ts b/services/usage_metering/src/v1/models/UsageSummaryDate.ts index ec35f06e3985..d934b99fe348 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; + /** + * 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. */ @@ -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; + /** + * 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. */ @@ -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; + /** + * 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. */ @@ -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..d94dd83aac5e 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; + /** + * 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. */ @@ -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; + /** + * 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. */ @@ -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; + /** + * 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. */ @@ -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..61461416eb13 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 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. */ @@ -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; + /** + * 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. */ @@ -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; + /** + * 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. */ @@ -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",