Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
72 changes: 72 additions & 0 deletions src/datadogV1/model/model_usage_summary_date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<i64>,
/// 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<i64>,
/// 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<i64>,
Expand Down Expand Up @@ -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<i64>,
/// 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<i64>,
/// 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<i64>,
Expand Down Expand Up @@ -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<i64>,
/// 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<i64>,
/// 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<i64>,
/// 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<i64>,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -2193,6 +2233,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDate {
let mut cloud_cost_management_azure_host_count_avg: Option<i64> = None;
let mut cloud_cost_management_gcp_host_count_avg: Option<i64> = None;
let mut cloud_cost_management_host_count_avg: Option<i64> = None;
let mut cloud_cost_management_oci_host_count_avg: Option<i64> = None;
let mut cloud_siem_events_sum: Option<i64> = None;
let mut code_analysis_sa_committers_hwm: Option<i64> = None;
let mut code_analysis_sca_committers_hwm: Option<i64> = None;
Expand Down Expand Up @@ -2238,6 +2279,7 @@ impl<'de> Deserialize<'de> for UsageSummaryDate {
let mut eph_infra_host_opentelemetry_sum: Option<i64> = None;
let mut eph_infra_host_pro_sum: Option<i64> = None;
let mut eph_infra_host_proplus_sum: Option<i64> = None;
let mut eph_infra_host_proxmox_sum: Option<i64> = None;
let mut error_tracking_apm_error_events_sum: Option<i64> = None;
let mut error_tracking_error_events_sum: Option<i64> = None;
let mut error_tracking_events_sum: Option<i64> = None;
Expand Down Expand Up @@ -2294,6 +2336,8 @@ impl<'de> Deserialize<'de> for UsageSummaryDate {
let mut product_analytics_sum: Option<i64> = None;
let mut profiling_aas_count_top99p: Option<i64> = None;
let mut profiling_host_top99p: Option<i64> = None;
let mut proxmox_host_sum: Option<i64> = None;
let mut proxmox_host_top99p: Option<i64> = None;
let mut published_app_hwm: Option<i64> = None;
let mut rum_browser_and_mobile_session_count: Option<i64> = None;
let mut rum_browser_legacy_session_count_sum: Option<i64> = None;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Loading