diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index e4c949659..39e93a106 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/src/datadogV1/model/model_usage_summary_date.rs b/src/datadogV1/model/model_usage_summary_date.rs index ad7d167db..41187e8c7 100644 --- a/src/datadogV1/model/model_usage_summary_date.rs +++ b/src/datadogV1/model/model_usage_summary_date.rs @@ -104,6 +104,9 @@ pub struct UsageSummaryDate { /// Host count average of Cloud Cost Management for all cloud providers for the given date and given organization. #[serde(rename = "cloud_cost_management_host_count_avg")] pub cloud_cost_management_host_count_avg: Option, + /// Host count average of Cloud Cost Management for OCI for the given date and given organization. + #[serde(rename = "cloud_cost_management_oci_host_count_avg")] + pub cloud_cost_management_oci_host_count_avg: Option, /// Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org. #[serde(rename = "cloud_siem_events_sum")] pub cloud_siem_events_sum: Option, @@ -239,6 +242,9 @@ pub struct UsageSummaryDate { /// Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org. #[serde(rename = "eph_infra_host_proplus_sum")] pub eph_infra_host_proplus_sum: Option, + /// Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for all organizations. + #[serde(rename = "eph_infra_host_proxmox_sum")] + pub eph_infra_host_proxmox_sum: Option, /// Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. #[serde(rename = "error_tracking_apm_error_events_sum")] pub error_tracking_apm_error_events_sum: Option, @@ -413,6 +419,12 @@ pub struct UsageSummaryDate { /// Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations. #[serde(rename = "profiling_host_top99p")] pub profiling_host_top99p: Option, + /// Shows the sum of all Proxmox hosts over all hours in the current date for all organizations. + #[serde(rename = "proxmox_host_sum")] + pub proxmox_host_sum: Option, + /// Shows the 99th percentile of all Proxmox hosts over all hours in the current date for all organizations. + #[serde(rename = "proxmox_host_top99p")] + pub proxmox_host_top99p: Option, /// Shows the high-water mark of all published applications over all hours in the current date for all organizations. #[serde(rename = "published_app_hwm")] pub published_app_hwm: Option, @@ -684,6 +696,7 @@ impl UsageSummaryDate { cloud_cost_management_azure_host_count_avg: None, cloud_cost_management_gcp_host_count_avg: None, cloud_cost_management_host_count_avg: None, + cloud_cost_management_oci_host_count_avg: None, cloud_siem_events_sum: None, code_analysis_sa_committers_hwm: None, code_analysis_sca_committers_hwm: None, @@ -729,6 +742,7 @@ impl UsageSummaryDate { eph_infra_host_opentelemetry_sum: None, eph_infra_host_pro_sum: None, eph_infra_host_proplus_sum: None, + eph_infra_host_proxmox_sum: None, error_tracking_apm_error_events_sum: None, error_tracking_error_events_sum: None, error_tracking_events_sum: None, @@ -784,6 +798,8 @@ impl UsageSummaryDate { product_analytics_sum: None, profiling_aas_count_top99p: None, profiling_host_top99p: None, + proxmox_host_sum: None, + proxmox_host_top99p: None, published_app_hwm: None, rum_browser_and_mobile_session_count: None, rum_browser_legacy_session_count_sum: None, @@ -1045,6 +1061,12 @@ impl UsageSummaryDate { self } + #[allow(deprecated)] + pub fn cloud_cost_management_oci_host_count_avg(mut self, value: i64) -> Self { + self.cloud_cost_management_oci_host_count_avg = Some(value); + self + } + #[allow(deprecated)] pub fn cloud_siem_events_sum(mut self, value: i64) -> Self { self.cloud_siem_events_sum = Some(value); @@ -1315,6 +1337,12 @@ impl UsageSummaryDate { self } + #[allow(deprecated)] + pub fn eph_infra_host_proxmox_sum(mut self, value: i64) -> Self { + self.eph_infra_host_proxmox_sum = Some(value); + self + } + #[allow(deprecated)] pub fn error_tracking_apm_error_events_sum(mut self, value: i64) -> Self { self.error_tracking_apm_error_events_sum = Some(value); @@ -1648,6 +1676,18 @@ impl UsageSummaryDate { self } + #[allow(deprecated)] + pub fn proxmox_host_sum(mut self, value: i64) -> Self { + self.proxmox_host_sum = Some(value); + self + } + + #[allow(deprecated)] + pub fn proxmox_host_top99p(mut self, value: i64) -> Self { + self.proxmox_host_top99p = Some(value); + self + } + #[allow(deprecated)] pub fn published_app_hwm(mut self, value: i64) -> Self { self.published_app_hwm = Some(value); @@ -2193,6 +2233,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { let mut cloud_cost_management_azure_host_count_avg: Option = None; let mut cloud_cost_management_gcp_host_count_avg: Option = None; let mut cloud_cost_management_host_count_avg: Option = None; + let mut cloud_cost_management_oci_host_count_avg: Option = None; let mut cloud_siem_events_sum: Option = None; let mut code_analysis_sa_committers_hwm: Option = None; let mut code_analysis_sca_committers_hwm: Option = None; @@ -2238,6 +2279,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { let mut eph_infra_host_opentelemetry_sum: Option = None; let mut eph_infra_host_pro_sum: Option = None; let mut eph_infra_host_proplus_sum: Option = None; + let mut eph_infra_host_proxmox_sum: Option = None; let mut error_tracking_apm_error_events_sum: Option = None; let mut error_tracking_error_events_sum: Option = None; let mut error_tracking_events_sum: Option = None; @@ -2294,6 +2336,8 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { let mut product_analytics_sum: Option = None; let mut profiling_aas_count_top99p: Option = None; let mut profiling_host_top99p: Option = None; + let mut proxmox_host_sum: Option = None; + let mut proxmox_host_top99p: Option = None; let mut published_app_hwm: Option = None; let mut rum_browser_and_mobile_session_count: Option = None; let mut rum_browser_legacy_session_count_sum: Option = None; @@ -2569,6 +2613,12 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { } cloud_cost_management_host_count_avg = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "cloud_cost_management_oci_host_count_avg" => { + if v.is_null() { + continue; + } + cloud_cost_management_oci_host_count_avg = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "cloud_siem_events_sum" => { if v.is_null() { continue; @@ -2839,6 +2889,12 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { } eph_infra_host_proplus_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "eph_infra_host_proxmox_sum" => { + if v.is_null() { + continue; + } + eph_infra_host_proxmox_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "error_tracking_apm_error_events_sum" => { if v.is_null() { continue; @@ -3169,6 +3225,18 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { } profiling_host_top99p = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "proxmox_host_sum" => { + if v.is_null() { + continue; + } + proxmox_host_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, + "proxmox_host_top99p" => { + if v.is_null() { + continue; + } + proxmox_host_top99p = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "published_app_hwm" => { if v.is_null() { continue; @@ -3665,6 +3733,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, + cloud_cost_management_oci_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, @@ -3710,6 +3779,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, + eph_infra_host_proxmox_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, @@ -3765,6 +3835,8 @@ impl<'de> Deserialize<'de> for UsageSummaryDate { product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, + proxmox_host_sum, + proxmox_host_top99p, published_app_hwm, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, diff --git a/src/datadogV1/model/model_usage_summary_date_org.rs b/src/datadogV1/model/model_usage_summary_date_org.rs index ae1ae770f..f52eb0c7a 100644 --- a/src/datadogV1/model/model_usage_summary_date_org.rs +++ b/src/datadogV1/model/model_usage_summary_date_org.rs @@ -110,6 +110,9 @@ pub struct UsageSummaryDateOrg { /// Host count average of Cloud Cost Management for all cloud providers for the given date and given org. #[serde(rename = "cloud_cost_management_host_count_avg")] pub cloud_cost_management_host_count_avg: Option, + /// Host count average of Cloud Cost Management for OCI for the given date and given org. + #[serde(rename = "cloud_cost_management_oci_host_count_avg")] + pub cloud_cost_management_oci_host_count_avg: Option, /// Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org. #[serde(rename = "cloud_siem_events_sum")] pub cloud_siem_events_sum: Option, @@ -248,6 +251,9 @@ pub struct UsageSummaryDateOrg { /// Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org. #[serde(rename = "eph_infra_host_proplus_sum")] pub eph_infra_host_proplus_sum: Option, + /// Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for the given org. + #[serde(rename = "eph_infra_host_proxmox_sum")] + pub eph_infra_host_proxmox_sum: Option, /// Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org. #[serde(rename = "error_tracking_apm_error_events_sum")] pub error_tracking_apm_error_events_sum: Option, @@ -426,6 +432,12 @@ pub struct UsageSummaryDateOrg { /// Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org. #[serde(rename = "profiling_host_top99p")] pub profiling_host_top99p: Option, + /// Shows the sum of all Proxmox hosts over all hours in the current date for the given org. + #[serde(rename = "proxmox_host_sum")] + pub proxmox_host_sum: Option, + /// Shows the 99th percentile of all Proxmox hosts over all hours in the current date for the given org. + #[serde(rename = "proxmox_host_top99p")] + pub proxmox_host_top99p: Option, /// The organization public id. #[serde(rename = "public_id")] pub public_id: Option, @@ -705,6 +717,7 @@ impl UsageSummaryDateOrg { cloud_cost_management_azure_host_count_avg: None, cloud_cost_management_gcp_host_count_avg: None, cloud_cost_management_host_count_avg: None, + cloud_cost_management_oci_host_count_avg: None, cloud_siem_events_sum: None, code_analysis_sa_committers_hwm: None, code_analysis_sca_committers_hwm: None, @@ -751,6 +764,7 @@ impl UsageSummaryDateOrg { eph_infra_host_opentelemetry_sum: None, eph_infra_host_pro_sum: None, eph_infra_host_proplus_sum: None, + eph_infra_host_proxmox_sum: None, error_tracking_apm_error_events_sum: None, error_tracking_error_events_sum: None, error_tracking_events_sum: None, @@ -807,6 +821,8 @@ impl UsageSummaryDateOrg { product_analytics_sum: None, profiling_aas_count_top99p: None, profiling_host_top99p: None, + proxmox_host_sum: None, + proxmox_host_top99p: None, public_id: None, published_app_hwm: None, region: None, @@ -1082,6 +1098,12 @@ impl UsageSummaryDateOrg { self } + #[allow(deprecated)] + pub fn cloud_cost_management_oci_host_count_avg(mut self, value: i64) -> Self { + self.cloud_cost_management_oci_host_count_avg = Some(value); + self + } + #[allow(deprecated)] pub fn cloud_siem_events_sum(mut self, value: i64) -> Self { self.cloud_siem_events_sum = Some(value); @@ -1358,6 +1380,12 @@ impl UsageSummaryDateOrg { self } + #[allow(deprecated)] + pub fn eph_infra_host_proxmox_sum(mut self, value: i64) -> Self { + self.eph_infra_host_proxmox_sum = Some(value); + self + } + #[allow(deprecated)] pub fn error_tracking_apm_error_events_sum(mut self, value: i64) -> Self { self.error_tracking_apm_error_events_sum = Some(value); @@ -1697,6 +1725,18 @@ impl UsageSummaryDateOrg { self } + #[allow(deprecated)] + pub fn proxmox_host_sum(mut self, value: i64) -> Self { + self.proxmox_host_sum = Some(value); + self + } + + #[allow(deprecated)] + pub fn proxmox_host_top99p(mut self, value: i64) -> Self { + self.proxmox_host_top99p = Some(value); + self + } + #[allow(deprecated)] pub fn public_id(mut self, value: String) -> Self { self.public_id = Some(value); @@ -2256,6 +2296,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { let mut cloud_cost_management_azure_host_count_avg: Option = None; let mut cloud_cost_management_gcp_host_count_avg: Option = None; let mut cloud_cost_management_host_count_avg: Option = None; + let mut cloud_cost_management_oci_host_count_avg: Option = None; let mut cloud_siem_events_sum: Option = None; let mut code_analysis_sa_committers_hwm: Option = None; let mut code_analysis_sca_committers_hwm: Option = None; @@ -2302,6 +2343,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { let mut eph_infra_host_opentelemetry_sum: Option = None; let mut eph_infra_host_pro_sum: Option = None; let mut eph_infra_host_proplus_sum: Option = None; + let mut eph_infra_host_proxmox_sum: Option = None; let mut error_tracking_apm_error_events_sum: Option = None; let mut error_tracking_error_events_sum: Option = None; let mut error_tracking_events_sum: Option = None; @@ -2359,6 +2401,8 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { let mut product_analytics_sum: Option = None; let mut profiling_aas_count_top99p: Option = None; let mut profiling_host_top99p: Option = None; + let mut proxmox_host_sum: Option = None; + let mut proxmox_host_top99p: Option = None; let mut public_id: Option = None; let mut published_app_hwm: Option = None; let mut region: Option = None; @@ -2648,6 +2692,12 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { } cloud_cost_management_host_count_avg = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "cloud_cost_management_oci_host_count_avg" => { + if v.is_null() { + continue; + } + cloud_cost_management_oci_host_count_avg = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "cloud_siem_events_sum" => { if v.is_null() { continue; @@ -2924,6 +2974,12 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { } eph_infra_host_proplus_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "eph_infra_host_proxmox_sum" => { + if v.is_null() { + continue; + } + eph_infra_host_proxmox_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "error_tracking_apm_error_events_sum" => { if v.is_null() { continue; @@ -3260,6 +3316,18 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { } profiling_host_top99p = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "proxmox_host_sum" => { + if v.is_null() { + continue; + } + proxmox_host_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, + "proxmox_host_top99p" => { + if v.is_null() { + continue; + } + proxmox_host_top99p = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "public_id" => { if v.is_null() { continue; @@ -3770,6 +3838,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, + cloud_cost_management_oci_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, @@ -3816,6 +3885,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, + eph_infra_host_proxmox_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, @@ -3872,6 +3942,8 @@ impl<'de> Deserialize<'de> for UsageSummaryDateOrg { product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, + proxmox_host_sum, + proxmox_host_top99p, public_id, published_app_hwm, region, diff --git a/src/datadogV1/model/model_usage_summary_response.rs b/src/datadogV1/model/model_usage_summary_response.rs index d9d2a4abe..e4f07ddfc 100644 --- a/src/datadogV1/model/model_usage_summary_response.rs +++ b/src/datadogV1/model/model_usage_summary_response.rs @@ -107,6 +107,9 @@ pub struct UsageSummaryResponse { /// Sum of the host count average for Cloud Cost Management for all cloud providers. #[serde(rename = "cloud_cost_management_host_count_avg_sum")] pub cloud_cost_management_host_count_avg_sum: Option, + /// Sum of the host count average for Cloud Cost Management for OCI. + #[serde(rename = "cloud_cost_management_oci_host_count_avg_sum")] + pub cloud_cost_management_oci_host_count_avg_sum: Option, /// Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations. #[serde(rename = "cloud_siem_events_agg_sum")] pub cloud_siem_events_agg_sum: Option, @@ -248,6 +251,9 @@ pub struct UsageSummaryResponse { /// Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations. #[serde(rename = "eph_infra_host_proplus_agg_sum")] pub eph_infra_host_proplus_agg_sum: Option, + /// Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current month for all organizations. + #[serde(rename = "eph_infra_host_proxmox_agg_sum")] + pub eph_infra_host_proxmox_agg_sum: Option, /// Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations. #[serde(rename = "error_tracking_apm_error_events_agg_sum")] pub error_tracking_apm_error_events_agg_sum: Option, @@ -436,6 +442,12 @@ pub struct UsageSummaryResponse { /// Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations. #[serde(rename = "profiling_host_count_top99p_sum")] pub profiling_host_count_top99p_sum: Option, + /// Shows the sum of all Proxmox hosts over all hours in the current month for all organizations. + #[serde(rename = "proxmox_host_agg_sum")] + pub proxmox_host_agg_sum: Option, + /// Shows the sum of the 99th percentile of all Proxmox hosts over all hours in the current month for all organizations. + #[serde(rename = "proxmox_host_top99p_sum")] + pub proxmox_host_top99p_sum: Option, /// Shows the high-water mark of all published applications over all hours in the current month for all organizations. #[serde(rename = "published_app_hwm_sum")] pub published_app_hwm_sum: Option, @@ -721,6 +733,7 @@ impl UsageSummaryResponse { cloud_cost_management_azure_host_count_avg_sum: None, cloud_cost_management_gcp_host_count_avg_sum: None, cloud_cost_management_host_count_avg_sum: None, + cloud_cost_management_oci_host_count_avg_sum: None, cloud_siem_events_agg_sum: None, code_analysis_sa_committers_hwm_sum: None, code_analysis_sca_committers_hwm_sum: None, @@ -768,6 +781,7 @@ impl UsageSummaryResponse { eph_infra_host_opentelemetry_apm_agg_sum: None, eph_infra_host_pro_agg_sum: None, eph_infra_host_proplus_agg_sum: None, + eph_infra_host_proxmox_agg_sum: None, error_tracking_apm_error_events_agg_sum: None, error_tracking_error_events_agg_sum: None, error_tracking_events_agg_sum: None, @@ -827,6 +841,8 @@ impl UsageSummaryResponse { profiling_aas_count_top99p_sum: None, profiling_container_agent_count_avg: None, profiling_host_count_top99p_sum: None, + proxmox_host_agg_sum: None, + proxmox_host_top99p_sum: None, published_app_hwm_sum: None, rehydrated_indexed_events_agg_sum: None, rehydrated_ingested_bytes_agg_sum: None, @@ -1098,6 +1114,12 @@ impl UsageSummaryResponse { self } + #[allow(deprecated)] + pub fn cloud_cost_management_oci_host_count_avg_sum(mut self, value: i64) -> Self { + self.cloud_cost_management_oci_host_count_avg_sum = Some(value); + self + } + #[allow(deprecated)] pub fn cloud_siem_events_agg_sum(mut self, value: i64) -> Self { self.cloud_siem_events_agg_sum = Some(value); @@ -1380,6 +1402,12 @@ impl UsageSummaryResponse { self } + #[allow(deprecated)] + pub fn eph_infra_host_proxmox_agg_sum(mut self, value: i64) -> Self { + self.eph_infra_host_proxmox_agg_sum = Some(value); + self + } + #[allow(deprecated)] pub fn error_tracking_apm_error_events_agg_sum(mut self, value: i64) -> Self { self.error_tracking_apm_error_events_agg_sum = Some(value); @@ -1737,6 +1765,18 @@ impl UsageSummaryResponse { self } + #[allow(deprecated)] + pub fn proxmox_host_agg_sum(mut self, value: i64) -> Self { + self.proxmox_host_agg_sum = Some(value); + self + } + + #[allow(deprecated)] + pub fn proxmox_host_top99p_sum(mut self, value: i64) -> Self { + self.proxmox_host_top99p_sum = Some(value); + self + } + #[allow(deprecated)] pub fn published_app_hwm_sum(mut self, value: i64) -> Self { self.published_app_hwm_sum = Some(value); @@ -2327,6 +2367,7 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { let mut cloud_cost_management_azure_host_count_avg_sum: Option = None; let mut cloud_cost_management_gcp_host_count_avg_sum: Option = None; let mut cloud_cost_management_host_count_avg_sum: Option = None; + let mut cloud_cost_management_oci_host_count_avg_sum: Option = None; let mut cloud_siem_events_agg_sum: Option = None; let mut code_analysis_sa_committers_hwm_sum: Option = None; let mut code_analysis_sca_committers_hwm_sum: Option = None; @@ -2374,6 +2415,7 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { let mut eph_infra_host_opentelemetry_apm_agg_sum: Option = None; let mut eph_infra_host_pro_agg_sum: Option = None; let mut eph_infra_host_proplus_agg_sum: Option = None; + let mut eph_infra_host_proxmox_agg_sum: Option = None; let mut error_tracking_apm_error_events_agg_sum: Option = None; let mut error_tracking_error_events_agg_sum: Option = None; let mut error_tracking_events_agg_sum: Option = None; @@ -2436,6 +2478,8 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { let mut profiling_aas_count_top99p_sum: Option = None; let mut profiling_container_agent_count_avg: Option = None; let mut profiling_host_count_top99p_sum: Option = None; + let mut proxmox_host_agg_sum: Option = None; + let mut proxmox_host_top99p_sum: Option = None; let mut published_app_hwm_sum: Option = None; let mut rehydrated_indexed_events_agg_sum: Option = None; let mut rehydrated_ingested_bytes_agg_sum: Option = None; @@ -2724,6 +2768,12 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { } cloud_cost_management_host_count_avg_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "cloud_cost_management_oci_host_count_avg_sum" => { + if v.is_null() { + continue; + } + cloud_cost_management_oci_host_count_avg_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "cloud_siem_events_agg_sum" => { if v.is_null() { continue; @@ -3006,6 +3056,12 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { } eph_infra_host_proplus_agg_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "eph_infra_host_proxmox_agg_sum" => { + if v.is_null() { + continue; + } + eph_infra_host_proxmox_agg_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "error_tracking_apm_error_events_agg_sum" => { if v.is_null() { continue; @@ -3360,6 +3416,18 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { } profiling_host_count_top99p_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); }, + "proxmox_host_agg_sum" => { + if v.is_null() { + continue; + } + proxmox_host_agg_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, + "proxmox_host_top99p_sum" => { + if v.is_null() { + continue; + } + proxmox_host_top99p_sum = Some(serde_json::from_value(v).map_err(M::Error::custom)?); + }, "published_app_hwm_sum" => { if v.is_null() { continue; @@ -3881,6 +3949,7 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_gcp_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, + cloud_cost_management_oci_host_count_avg_sum, cloud_siem_events_agg_sum, code_analysis_sa_committers_hwm_sum, code_analysis_sca_committers_hwm_sum, @@ -3928,6 +3997,7 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { eph_infra_host_opentelemetry_apm_agg_sum, eph_infra_host_pro_agg_sum, eph_infra_host_proplus_agg_sum, + eph_infra_host_proxmox_agg_sum, error_tracking_apm_error_events_agg_sum, error_tracking_error_events_agg_sum, error_tracking_events_agg_sum, @@ -3987,6 +4057,8 @@ impl<'de> Deserialize<'de> for UsageSummaryResponse { profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, + proxmox_host_agg_sum, + proxmox_host_top99p_sum, published_app_hwm_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum,