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
123 changes: 123 additions & 0 deletions src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_AZURE_HOST_COUNT_AVG,
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_GCP_HOST_COUNT_AVG,
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_HOST_COUNT_AVG,
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_OCI_HOST_COUNT_AVG,
UsageSummaryDate.JSON_PROPERTY_CLOUD_SIEM_EVENTS_SUM,
UsageSummaryDate.JSON_PROPERTY_CODE_ANALYSIS_SA_COMMITTERS_HWM,
UsageSummaryDate.JSON_PROPERTY_CODE_ANALYSIS_SCA_COMMITTERS_HWM,
Expand Down Expand Up @@ -96,6 +97,7 @@
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_OPENTELEMETRY_SUM,
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_PRO_SUM,
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_PROPLUS_SUM,
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_PROXMOX_SUM,
UsageSummaryDate.JSON_PROPERTY_ERROR_TRACKING_APM_ERROR_EVENTS_SUM,
UsageSummaryDate.JSON_PROPERTY_ERROR_TRACKING_ERROR_EVENTS_SUM,
UsageSummaryDate.JSON_PROPERTY_ERROR_TRACKING_EVENTS_SUM,
Expand Down Expand Up @@ -151,6 +153,8 @@
UsageSummaryDate.JSON_PROPERTY_PRODUCT_ANALYTICS_SUM,
UsageSummaryDate.JSON_PROPERTY_PROFILING_AAS_COUNT_TOP99P,
UsageSummaryDate.JSON_PROPERTY_PROFILING_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_PROXMOX_HOST_SUM,
UsageSummaryDate.JSON_PROPERTY_PROXMOX_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_PUBLISHED_APP_HWM,
UsageSummaryDate.JSON_PROPERTY_RUM_BROWSER_AND_MOBILE_SESSION_COUNT,
UsageSummaryDate.JSON_PROPERTY_RUM_BROWSER_LEGACY_SESSION_COUNT_SUM,
Expand Down Expand Up @@ -344,6 +348,10 @@ public class UsageSummaryDate {
"cloud_cost_management_host_count_avg";
private Long cloudCostManagementHostCountAvg;

public static final String JSON_PROPERTY_CLOUD_COST_MANAGEMENT_OCI_HOST_COUNT_AVG =
"cloud_cost_management_oci_host_count_avg";
private Long cloudCostManagementOciHostCountAvg;

public static final String JSON_PROPERTY_CLOUD_SIEM_EVENTS_SUM = "cloud_siem_events_sum";
private Long cloudSiemEventsSum;

Expand Down Expand Up @@ -498,6 +506,10 @@ public class UsageSummaryDate {
"eph_infra_host_proplus_sum";
private Long ephInfraHostProplusSum;

public static final String JSON_PROPERTY_EPH_INFRA_HOST_PROXMOX_SUM =
"eph_infra_host_proxmox_sum";
private Long ephInfraHostProxmoxSum;

public static final String JSON_PROPERTY_ERROR_TRACKING_APM_ERROR_EVENTS_SUM =
"error_tracking_apm_error_events_sum";
private Long errorTrackingApmErrorEventsSum;
Expand Down Expand Up @@ -696,6 +708,12 @@ public class UsageSummaryDate {
public static final String JSON_PROPERTY_PROFILING_HOST_TOP99P = "profiling_host_top99p";
private Long profilingHostTop99p;

public static final String JSON_PROPERTY_PROXMOX_HOST_SUM = "proxmox_host_sum";
private Long proxmoxHostSum;

public static final String JSON_PROPERTY_PROXMOX_HOST_TOP99P = "proxmox_host_top99p";
private Long proxmoxHostTop99p;

public static final String JSON_PROPERTY_PUBLISHED_APP_HWM = "published_app_hwm";
private Long publishedAppHwm;

Expand Down Expand Up @@ -1670,6 +1688,28 @@ public void setCloudCostManagementHostCountAvg(Long cloudCostManagementHostCount
this.cloudCostManagementHostCountAvg = cloudCostManagementHostCountAvg;
}

public UsageSummaryDate cloudCostManagementOciHostCountAvg(
Long cloudCostManagementOciHostCountAvg) {
this.cloudCostManagementOciHostCountAvg = cloudCostManagementOciHostCountAvg;
return this;
}

/**
* Host count average of Cloud Cost Management for OCI for the given date and given organization.
*
* @return cloudCostManagementOciHostCountAvg
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CLOUD_COST_MANAGEMENT_OCI_HOST_COUNT_AVG)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getCloudCostManagementOciHostCountAvg() {
return cloudCostManagementOciHostCountAvg;
}

public void setCloudCostManagementOciHostCountAvg(Long cloudCostManagementOciHostCountAvg) {
this.cloudCostManagementOciHostCountAvg = cloudCostManagementOciHostCountAvg;
}

public UsageSummaryDate cloudSiemEventsSum(Long cloudSiemEventsSum) {
this.cloudSiemEventsSum = cloudSiemEventsSum;
return this;
Expand Down Expand Up @@ -2671,6 +2711,28 @@ public void setEphInfraHostProplusSum(Long ephInfraHostProplusSum) {
this.ephInfraHostProplusSum = ephInfraHostProplusSum;
}

public UsageSummaryDate ephInfraHostProxmoxSum(Long ephInfraHostProxmoxSum) {
this.ephInfraHostProxmoxSum = ephInfraHostProxmoxSum;
return this;
}

/**
* Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current
* date for all organizations.
*
* @return ephInfraHostProxmoxSum
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_EPH_INFRA_HOST_PROXMOX_SUM)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getEphInfraHostProxmoxSum() {
return ephInfraHostProxmoxSum;
}

public void setEphInfraHostProxmoxSum(Long ephInfraHostProxmoxSum) {
this.ephInfraHostProxmoxSum = ephInfraHostProxmoxSum;
}

public UsageSummaryDate errorTrackingApmErrorEventsSum(Long errorTrackingApmErrorEventsSum) {
this.errorTrackingApmErrorEventsSum = errorTrackingApmErrorEventsSum;
return this;
Expand Down Expand Up @@ -3937,6 +3999,49 @@ public void setProfilingHostTop99p(Long profilingHostTop99p) {
this.profilingHostTop99p = profilingHostTop99p;
}

public UsageSummaryDate proxmoxHostSum(Long proxmoxHostSum) {
this.proxmoxHostSum = proxmoxHostSum;
return this;
}

/**
* Shows the sum of all Proxmox hosts over all hours in the current date for all organizations.
*
* @return proxmoxHostSum
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_PROXMOX_HOST_SUM)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getProxmoxHostSum() {
return proxmoxHostSum;
}

public void setProxmoxHostSum(Long proxmoxHostSum) {
this.proxmoxHostSum = proxmoxHostSum;
}

public UsageSummaryDate proxmoxHostTop99p(Long proxmoxHostTop99p) {
this.proxmoxHostTop99p = proxmoxHostTop99p;
return this;
}

/**
* Shows the 99th percentile of all Proxmox hosts over all hours in the current date for all
* organizations.
*
* @return proxmoxHostTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_PROXMOX_HOST_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getProxmoxHostTop99p() {
return proxmoxHostTop99p;
}

public void setProxmoxHostTop99p(Long proxmoxHostTop99p) {
this.proxmoxHostTop99p = proxmoxHostTop99p;
}

public UsageSummaryDate publishedAppHwm(Long publishedAppHwm) {
this.publishedAppHwm = publishedAppHwm;
return this;
Expand Down Expand Up @@ -5814,6 +5919,9 @@ public boolean equals(Object o) {
usageSummaryDate.cloudCostManagementGcpHostCountAvg)
&& Objects.equals(
this.cloudCostManagementHostCountAvg, usageSummaryDate.cloudCostManagementHostCountAvg)
&& Objects.equals(
this.cloudCostManagementOciHostCountAvg,
usageSummaryDate.cloudCostManagementOciHostCountAvg)
&& Objects.equals(this.cloudSiemEventsSum, usageSummaryDate.cloudSiemEventsSum)
&& Objects.equals(
this.codeAnalysisSaCommittersHwm, usageSummaryDate.codeAnalysisSaCommittersHwm)
Expand Down Expand Up @@ -5885,6 +5993,7 @@ public boolean equals(Object o) {
this.ephInfraHostOpentelemetrySum, usageSummaryDate.ephInfraHostOpentelemetrySum)
&& Objects.equals(this.ephInfraHostProSum, usageSummaryDate.ephInfraHostProSum)
&& Objects.equals(this.ephInfraHostProplusSum, usageSummaryDate.ephInfraHostProplusSum)
&& Objects.equals(this.ephInfraHostProxmoxSum, usageSummaryDate.ephInfraHostProxmoxSum)
&& Objects.equals(
this.errorTrackingApmErrorEventsSum, usageSummaryDate.errorTrackingApmErrorEventsSum)
&& Objects.equals(
Expand Down Expand Up @@ -5972,6 +6081,8 @@ public boolean equals(Object o) {
&& Objects.equals(this.productAnalyticsSum, usageSummaryDate.productAnalyticsSum)
&& Objects.equals(this.profilingAasCountTop99p, usageSummaryDate.profilingAasCountTop99p)
&& Objects.equals(this.profilingHostTop99p, usageSummaryDate.profilingHostTop99p)
&& Objects.equals(this.proxmoxHostSum, usageSummaryDate.proxmoxHostSum)
&& Objects.equals(this.proxmoxHostTop99p, usageSummaryDate.proxmoxHostTop99p)
&& Objects.equals(this.publishedAppHwm, usageSummaryDate.publishedAppHwm)
&& Objects.equals(
this.rumBrowserAndMobileSessionCount, usageSummaryDate.rumBrowserAndMobileSessionCount)
Expand Down Expand Up @@ -6180,6 +6291,7 @@ public int hashCode() {
cloudCostManagementAzureHostCountAvg,
cloudCostManagementGcpHostCountAvg,
cloudCostManagementHostCountAvg,
cloudCostManagementOciHostCountAvg,
cloudSiemEventsSum,
codeAnalysisSaCommittersHwm,
codeAnalysisScaCommittersHwm,
Expand Down Expand Up @@ -6225,6 +6337,7 @@ public int hashCode() {
ephInfraHostOpentelemetrySum,
ephInfraHostProSum,
ephInfraHostProplusSum,
ephInfraHostProxmoxSum,
errorTrackingApmErrorEventsSum,
errorTrackingErrorEventsSum,
errorTrackingEventsSum,
Expand Down Expand Up @@ -6280,6 +6393,8 @@ public int hashCode() {
productAnalyticsSum,
profilingAasCountTop99p,
profilingHostTop99p,
proxmoxHostSum,
proxmoxHostTop99p,
publishedAppHwm,
rumBrowserAndMobileSessionCount,
rumBrowserLegacySessionCountSum,
Expand Down Expand Up @@ -6439,6 +6554,9 @@ public String toString() {
sb.append(" cloudCostManagementHostCountAvg: ")
.append(toIndentedString(cloudCostManagementHostCountAvg))
.append("\n");
sb.append(" cloudCostManagementOciHostCountAvg: ")
.append(toIndentedString(cloudCostManagementOciHostCountAvg))
.append("\n");
sb.append(" cloudSiemEventsSum: ").append(toIndentedString(cloudSiemEventsSum)).append("\n");
sb.append(" codeAnalysisSaCommittersHwm: ")
.append(toIndentedString(codeAnalysisSaCommittersHwm))
Expand Down Expand Up @@ -6536,6 +6654,9 @@ public String toString() {
sb.append(" ephInfraHostProplusSum: ")
.append(toIndentedString(ephInfraHostProplusSum))
.append("\n");
sb.append(" ephInfraHostProxmoxSum: ")
.append(toIndentedString(ephInfraHostProxmoxSum))
.append("\n");
sb.append(" errorTrackingApmErrorEventsSum: ")
.append(toIndentedString(errorTrackingApmErrorEventsSum))
.append("\n");
Expand Down Expand Up @@ -6675,6 +6796,8 @@ public String toString() {
sb.append(" profilingHostTop99p: ")
.append(toIndentedString(profilingHostTop99p))
.append("\n");
sb.append(" proxmoxHostSum: ").append(toIndentedString(proxmoxHostSum)).append("\n");
sb.append(" proxmoxHostTop99p: ").append(toIndentedString(proxmoxHostTop99p)).append("\n");
sb.append(" publishedAppHwm: ").append(toIndentedString(publishedAppHwm)).append("\n");
sb.append(" rumBrowserAndMobileSessionCount: ")
.append(toIndentedString(rumBrowserAndMobileSessionCount))
Expand Down
Loading
Loading