From 9a42a71afa23783fdbcfba680371cf95221d0b0e Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 30 Mar 2026 13:30:52 +0000 Subject: [PATCH] Regenerate client from commit eea6b4a of spec repo --- .generator/schemas/v1/openapi.yaml | 86 ++++++++ .../HourlyUsageAttributionUsageType.java | 3 + ...nthlyUsageAttributionSupportedMetrics.java | 6 + .../model/MonthlyUsageAttributionValues.java | 63 ++++++ .../api/client/v1/model/UsageSummaryDate.java | 191 +++++++++++++++++ .../client/v1/model/UsageSummaryDateOrg.java | 191 +++++++++++++++++ .../client/v1/model/UsageSummaryResponse.java | 199 ++++++++++++++++++ 7 files changed, 739 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 737ab6bffde..31a47a2cc8e 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -4542,6 +4542,7 @@ components: - incident_management_monthly_active_users_usage - indexed_spans_usage - infra_host_usage + - infra_host_basic_usage - ingested_logs_bytes_usage - ingested_spans_bytes_usage - invocations_usage @@ -4629,6 +4630,7 @@ components: - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE - INDEXED_SPANS_USAGE - INFRA_HOST_USAGE + - INFRA_HOST_BASIC_USAGE - INGESTED_LOGS_BYTES_USAGE - INGESTED_SPANS_BYTES_USAGE - INVOCATIONS_USAGE @@ -9122,6 +9124,8 @@ components: - incident_management_monthly_active_users_percentage - infra_host_usage - infra_host_percentage + - infra_host_basic_usage + - infra_host_basic_percentage - invocations_usage - invocations_percentage - lambda_traced_invocations_usage @@ -9287,6 +9291,8 @@ components: - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE - INFRA_HOST_USAGE - INFRA_HOST_PERCENTAGE + - INFRA_HOST_BASIC_USAGE + - INFRA_HOST_BASIC_PERCENTAGE - INVOCATIONS_USAGE - INVOCATIONS_PERCENTAGE - LAMBDA_TRACED_INVOCATIONS_USAGE @@ -9682,6 +9688,14 @@ components: description: The total APM Indexed Spans usage by tag(s). format: double type: number + infra_host_basic_percentage: + description: The percentage of infrastructure host Basic usage by tag(s). + format: double + type: number + infra_host_basic_usage: + description: The infrastructure host Basic usage by tag(s). + format: double + type: number infra_host_percentage: description: The percentage of infrastructure host usage by tag(s). format: double @@ -21247,6 +21261,14 @@ components: description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations. format: int64 type: integer + eph_infra_basic_agent_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for all organizations. + format: int64 + type: integer + eph_infra_basic_vsphere_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations. + format: int64 + type: integer eph_infra_host_agent_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. format: int64 @@ -21263,6 +21285,10 @@ components: description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org. format: int64 type: integer + eph_infra_host_basic_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for all organizations. + format: int64 + type: integer eph_infra_host_ent_sum: description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org. format: int64 @@ -21407,10 +21433,22 @@ components: description: Shows the sum of all log events indexed over all hours in the current date for all organizations. format: int64 type: integer + infra_basic_agent_host_top99p: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for all organizations. + format: int64 + type: integer + infra_basic_vsphere_host_top99p: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations. + format: int64 + type: integer infra_edge_monitoring_devices_top99p: description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations. format: int64 type: integer + infra_host_basic_top99p: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for all organizations. + format: int64 + type: integer infra_host_top99p: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations. format: int64 @@ -22140,6 +22178,14 @@ components: description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org. format: int64 type: integer + eph_infra_basic_agent_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for the given org. + format: int64 + type: integer + eph_infra_basic_vsphere_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for the given org. + format: int64 + type: integer eph_infra_host_agent_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. format: int64 @@ -22156,6 +22202,10 @@ components: description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org. format: int64 type: integer + eph_infra_host_basic_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for the given org. + format: int64 + type: integer eph_infra_host_ent_sum: description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org. format: int64 @@ -22304,10 +22354,22 @@ components: description: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). format: int64 type: integer + infra_basic_agent_host_top99p: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for the given org. + format: int64 + type: integer + infra_basic_vsphere_host_top99p: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current date for the given org. + format: int64 + type: integer infra_edge_monitoring_devices_top99p: description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org. format: int64 type: integer + infra_host_basic_top99p: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for the given org. + format: int64 + type: integer infra_host_top99p: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org. format: int64 @@ -23043,6 +23105,14 @@ components: description: Shows the last date of usage in the current month for all organizations. format: date-time type: string + eph_infra_basic_agent_agg_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current month for all organizations. + format: int64 + type: integer + eph_infra_basic_vsphere_agg_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current month for all organizations. + format: int64 + type: integer eph_infra_host_agent_agg_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current month for all organizations. format: int64 @@ -23059,6 +23129,10 @@ components: description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations. format: int64 type: integer + eph_infra_host_basic_agg_sum: + description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current month for all organizations. + format: int64 + type: integer eph_infra_host_ent_agg_sum: description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations. format: int64 @@ -23204,10 +23278,22 @@ components: description: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). format: int64 type: integer + infra_basic_agent_host_top99p_sum: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current month for all organizations. + format: int64 + type: integer + infra_basic_vsphere_host_top99p_sum: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current month for all organizations. + format: int64 + type: integer infra_edge_monitoring_devices_top99p_sum: description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations. format: int64 type: integer + infra_host_basic_top99p_sum: + description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current month for all organizations. + format: int64 + type: integer infra_host_top99p_sum: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations. format: int64 diff --git a/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java b/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java index 8485697178f..cdffc307052 100644 --- a/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java +++ b/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java @@ -74,6 +74,7 @@ public class HourlyUsageAttributionUsageType extends ModelEnum { "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", + "infra_host_basic_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", @@ -203,6 +204,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum { new HourlyUsageAttributionUsageType("indexed_spans_usage"); public static final HourlyUsageAttributionUsageType INFRA_HOST_USAGE = new HourlyUsageAttributionUsageType("infra_host_usage"); + public static final HourlyUsageAttributionUsageType INFRA_HOST_BASIC_USAGE = + new HourlyUsageAttributionUsageType("infra_host_basic_usage"); public static final HourlyUsageAttributionUsageType INGESTED_LOGS_BYTES_USAGE = new HourlyUsageAttributionUsageType("ingested_logs_bytes_usage"); public static final HourlyUsageAttributionUsageType INGESTED_SPANS_BYTES_USAGE = diff --git a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java index bb4d5f4e78a..a5be454fa9f 100644 --- a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java +++ b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java @@ -102,6 +102,8 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { "incident_management_monthly_active_users_percentage", "infra_host_usage", "infra_host_percentage", + "infra_host_basic_usage", + "infra_host_basic_percentage", "invocations_usage", "invocations_percentage", "lambda_traced_invocations_usage", @@ -342,6 +344,10 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { new MonthlyUsageAttributionSupportedMetrics("infra_host_usage"); public static final MonthlyUsageAttributionSupportedMetrics INFRA_HOST_PERCENTAGE = new MonthlyUsageAttributionSupportedMetrics("infra_host_percentage"); + public static final MonthlyUsageAttributionSupportedMetrics INFRA_HOST_BASIC_USAGE = + new MonthlyUsageAttributionSupportedMetrics("infra_host_basic_usage"); + public static final MonthlyUsageAttributionSupportedMetrics INFRA_HOST_BASIC_PERCENTAGE = + new MonthlyUsageAttributionSupportedMetrics("infra_host_basic_percentage"); public static final MonthlyUsageAttributionSupportedMetrics INVOCATIONS_USAGE = new MonthlyUsageAttributionSupportedMetrics("invocations_usage"); public static final MonthlyUsageAttributionSupportedMetrics INVOCATIONS_PERCENTAGE = diff --git a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java index 768fa72ae9f..0a41459b991 100644 --- a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java +++ b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java @@ -92,6 +92,8 @@ MonthlyUsageAttributionValues.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INDEXED_SPANS_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INDEXED_SPANS_USAGE, + MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_BASIC_PERCENTAGE, + MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_BASIC_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INGESTED_LOGS_BYTES_PERCENTAGE, @@ -436,6 +438,13 @@ public class MonthlyUsageAttributionValues { public static final String JSON_PROPERTY_INDEXED_SPANS_USAGE = "indexed_spans_usage"; private Double indexedSpansUsage; + public static final String JSON_PROPERTY_INFRA_HOST_BASIC_PERCENTAGE = + "infra_host_basic_percentage"; + private Double infraHostBasicPercentage; + + public static final String JSON_PROPERTY_INFRA_HOST_BASIC_USAGE = "infra_host_basic_usage"; + private Double infraHostBasicUsage; + public static final String JSON_PROPERTY_INFRA_HOST_PERCENTAGE = "infra_host_percentage"; private Double infraHostPercentage; @@ -2322,6 +2331,48 @@ public void setIndexedSpansUsage(Double indexedSpansUsage) { this.indexedSpansUsage = indexedSpansUsage; } + public MonthlyUsageAttributionValues infraHostBasicPercentage(Double infraHostBasicPercentage) { + this.infraHostBasicPercentage = infraHostBasicPercentage; + return this; + } + + /** + * The percentage of infrastructure host Basic usage by tag(s). + * + * @return infraHostBasicPercentage + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_PERCENTAGE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Double getInfraHostBasicPercentage() { + return infraHostBasicPercentage; + } + + public void setInfraHostBasicPercentage(Double infraHostBasicPercentage) { + this.infraHostBasicPercentage = infraHostBasicPercentage; + } + + public MonthlyUsageAttributionValues infraHostBasicUsage(Double infraHostBasicUsage) { + this.infraHostBasicUsage = infraHostBasicUsage; + return this; + } + + /** + * The infrastructure host Basic usage by tag(s). + * + * @return infraHostBasicUsage + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_USAGE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Double getInfraHostBasicUsage() { + return infraHostBasicUsage; + } + + public void setInfraHostBasicUsage(Double infraHostBasicUsage) { + this.infraHostBasicUsage = infraHostBasicUsage; + } + public MonthlyUsageAttributionValues infraHostPercentage(Double infraHostPercentage) { this.infraHostPercentage = infraHostPercentage; return this; @@ -4400,6 +4451,10 @@ public boolean equals(Object o) { && Objects.equals( this.indexedSpansPercentage, monthlyUsageAttributionValues.indexedSpansPercentage) && Objects.equals(this.indexedSpansUsage, monthlyUsageAttributionValues.indexedSpansUsage) + && Objects.equals( + this.infraHostBasicPercentage, monthlyUsageAttributionValues.infraHostBasicPercentage) + && Objects.equals( + this.infraHostBasicUsage, monthlyUsageAttributionValues.infraHostBasicUsage) && Objects.equals( this.infraHostPercentage, monthlyUsageAttributionValues.infraHostPercentage) && Objects.equals(this.infraHostUsage, monthlyUsageAttributionValues.infraHostUsage) @@ -4677,6 +4732,8 @@ public int hashCode() { incidentManagementMonthlyActiveUsersUsage, indexedSpansPercentage, indexedSpansUsage, + infraHostBasicPercentage, + infraHostBasicUsage, infraHostPercentage, infraHostUsage, ingestedLogsBytesPercentage, @@ -4940,6 +4997,12 @@ public String toString() { .append(toIndentedString(indexedSpansPercentage)) .append("\n"); sb.append(" indexedSpansUsage: ").append(toIndentedString(indexedSpansUsage)).append("\n"); + sb.append(" infraHostBasicPercentage: ") + .append(toIndentedString(infraHostBasicPercentage)) + .append("\n"); + sb.append(" infraHostBasicUsage: ") + .append(toIndentedString(infraHostBasicUsage)) + .append("\n"); sb.append(" infraHostPercentage: ") .append(toIndentedString(infraHostPercentage)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java index d7e4c8c0e16..a7810d98d23 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java @@ -88,10 +88,13 @@ UsageSummaryDate.JSON_PROPERTY_DATE, UsageSummaryDate.JSON_PROPERTY_DBM_HOST_TOP99P, UsageSummaryDate.JSON_PROPERTY_DBM_QUERIES_COUNT_AVG, + UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_SUM, + UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_AGENT_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_ALIBABA_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_AWS_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_AZURE_SUM, + UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_BASIC_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_ENT_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_GCP_SUM, UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_HEROKU_SUM, @@ -128,7 +131,10 @@ UsageSummaryDate.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_HWM, UsageSummaryDate.JSON_PROPERTY_INCIDENT_MANAGEMENT_SEATS_HWM, UsageSummaryDate.JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM, + UsageSummaryDate.JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P, + UsageSummaryDate.JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P, UsageSummaryDate.JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P, + UsageSummaryDate.JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P, UsageSummaryDate.JSON_PROPERTY_INFRA_HOST_TOP99P, UsageSummaryDate.JSON_PROPERTY_INGESTED_EVENTS_BYTES_SUM, UsageSummaryDate.JSON_PROPERTY_IOT_DEVICE_SUM, @@ -483,6 +489,13 @@ public class UsageSummaryDate { public static final String JSON_PROPERTY_DBM_QUERIES_COUNT_AVG = "dbm_queries_count_avg"; private Long dbmQueriesCountAvg; + public static final String JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_SUM = "eph_infra_basic_agent_sum"; + private Long ephInfraBasicAgentSum; + + public static final String JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_SUM = + "eph_infra_basic_vsphere_sum"; + private Long ephInfraBasicVsphereSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_AGENT_SUM = "eph_infra_host_agent_sum"; private Long ephInfraHostAgentSum; @@ -496,6 +509,9 @@ public class UsageSummaryDate { public static final String JSON_PROPERTY_EPH_INFRA_HOST_AZURE_SUM = "eph_infra_host_azure_sum"; private Long ephInfraHostAzureSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_BASIC_SUM = "eph_infra_host_basic_sum"; + private Long ephInfraHostBasicSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_ENT_SUM = "eph_infra_host_ent_sum"; private Long ephInfraHostEntSum; @@ -629,10 +645,21 @@ public class UsageSummaryDate { public static final String JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM = "indexed_events_count_sum"; private Long indexedEventsCountSum; + public static final String JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P = + "infra_basic_agent_host_top99p"; + private Long infraBasicAgentHostTop99p; + + public static final String JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P = + "infra_basic_vsphere_host_top99p"; + private Long infraBasicVsphereHostTop99p; + public static final String JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P = "infra_edge_monitoring_devices_top99p"; private Long infraEdgeMonitoringDevicesTop99p; + public static final String JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P = "infra_host_basic_top99p"; + private Long infraHostBasicTop99p; + public static final String JSON_PROPERTY_INFRA_HOST_TOP99P = "infra_host_top99p"; private Long infraHostTop99p; @@ -2543,6 +2570,50 @@ public void setDbmQueriesCountAvg(Long dbmQueriesCountAvg) { this.dbmQueriesCountAvg = dbmQueriesCountAvg; } + public UsageSummaryDate ephInfraBasicAgentSum(Long ephInfraBasicAgentSum) { + this.ephInfraBasicAgentSum = ephInfraBasicAgentSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all + * hours in the current date for all organizations. + * + * @return ephInfraBasicAgentSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraBasicAgentSum() { + return ephInfraBasicAgentSum; + } + + public void setEphInfraBasicAgentSum(Long ephInfraBasicAgentSum) { + this.ephInfraBasicAgentSum = ephInfraBasicAgentSum; + } + + public UsageSummaryDate ephInfraBasicVsphereSum(Long ephInfraBasicVsphereSum) { + this.ephInfraBasicVsphereSum = ephInfraBasicVsphereSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the + * current date for all organizations. + * + * @return ephInfraBasicVsphereSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraBasicVsphereSum() { + return ephInfraBasicVsphereSum; + } + + public void setEphInfraBasicVsphereSum(Long ephInfraBasicVsphereSum) { + this.ephInfraBasicVsphereSum = ephInfraBasicVsphereSum; + } + public UsageSummaryDate ephInfraHostAgentSum(Long ephInfraHostAgentSum) { this.ephInfraHostAgentSum = ephInfraHostAgentSum; return this; @@ -2631,6 +2702,28 @@ public void setEphInfraHostAzureSum(Long ephInfraHostAzureSum) { this.ephInfraHostAzureSum = ephInfraHostAzureSum; } + public UsageSummaryDate ephInfraHostBasicSum(Long ephInfraHostBasicSum) { + this.ephInfraHostBasicSum = ephInfraHostBasicSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current + * date for all organizations. + * + * @return ephInfraHostBasicSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_HOST_BASIC_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraHostBasicSum() { + return ephInfraHostBasicSum; + } + + public void setEphInfraHostBasicSum(Long ephInfraHostBasicSum) { + this.ephInfraHostBasicSum = ephInfraHostBasicSum; + } + public UsageSummaryDate ephInfraHostEntSum(Long ephInfraHostEntSum) { this.ephInfraHostEntSum = ephInfraHostEntSum; return this; @@ -3442,6 +3535,50 @@ public void setIndexedEventsCountSum(Long indexedEventsCountSum) { this.indexedEventsCountSum = indexedEventsCountSum; } + public UsageSummaryDate infraBasicAgentHostTop99p(Long infraBasicAgentHostTop99p) { + this.infraBasicAgentHostTop99p = infraBasicAgentHostTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent + * over all hours in the current date for all organizations. + * + * @return infraBasicAgentHostTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraBasicAgentHostTop99p() { + return infraBasicAgentHostTop99p; + } + + public void setInfraBasicAgentHostTop99p(Long infraBasicAgentHostTop99p) { + this.infraBasicAgentHostTop99p = infraBasicAgentHostTop99p; + } + + public UsageSummaryDate infraBasicVsphereHostTop99p(Long infraBasicVsphereHostTop99p) { + this.infraBasicVsphereHostTop99p = infraBasicVsphereHostTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all + * hours in the current date for all organizations. + * + * @return infraBasicVsphereHostTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraBasicVsphereHostTop99p() { + return infraBasicVsphereHostTop99p; + } + + public void setInfraBasicVsphereHostTop99p(Long infraBasicVsphereHostTop99p) { + this.infraBasicVsphereHostTop99p = infraBasicVsphereHostTop99p; + } + public UsageSummaryDate infraEdgeMonitoringDevicesTop99p(Long infraEdgeMonitoringDevicesTop99p) { this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p; return this; @@ -3464,6 +3601,28 @@ public void setInfraEdgeMonitoringDevicesTop99p(Long infraEdgeMonitoringDevicesT this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p; } + public UsageSummaryDate infraHostBasicTop99p(Long infraHostBasicTop99p) { + this.infraHostBasicTop99p = infraHostBasicTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the + * current date for all organizations. + * + * @return infraHostBasicTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraHostBasicTop99p() { + return infraHostBasicTop99p; + } + + public void setInfraHostBasicTop99p(Long infraHostBasicTop99p) { + this.infraHostBasicTop99p = infraHostBasicTop99p; + } + public UsageSummaryDate infraHostTop99p(Long infraHostTop99p) { this.infraHostTop99p = infraHostTop99p; return this; @@ -6145,10 +6304,13 @@ public boolean equals(Object o) { && Objects.equals(this.date, usageSummaryDate.date) && Objects.equals(this.dbmHostTop99p, usageSummaryDate.dbmHostTop99p) && Objects.equals(this.dbmQueriesCountAvg, usageSummaryDate.dbmQueriesCountAvg) + && Objects.equals(this.ephInfraBasicAgentSum, usageSummaryDate.ephInfraBasicAgentSum) + && Objects.equals(this.ephInfraBasicVsphereSum, usageSummaryDate.ephInfraBasicVsphereSum) && Objects.equals(this.ephInfraHostAgentSum, usageSummaryDate.ephInfraHostAgentSum) && Objects.equals(this.ephInfraHostAlibabaSum, usageSummaryDate.ephInfraHostAlibabaSum) && Objects.equals(this.ephInfraHostAwsSum, usageSummaryDate.ephInfraHostAwsSum) && Objects.equals(this.ephInfraHostAzureSum, usageSummaryDate.ephInfraHostAzureSum) + && Objects.equals(this.ephInfraHostBasicSum, usageSummaryDate.ephInfraHostBasicSum) && Objects.equals(this.ephInfraHostEntSum, usageSummaryDate.ephInfraHostEntSum) && Objects.equals(this.ephInfraHostGcpSum, usageSummaryDate.ephInfraHostGcpSum) && Objects.equals(this.ephInfraHostHerokuSum, usageSummaryDate.ephInfraHostHerokuSum) @@ -6206,9 +6368,14 @@ public boolean equals(Object o) { && Objects.equals( this.incidentManagementSeatsHwm, usageSummaryDate.incidentManagementSeatsHwm) && Objects.equals(this.indexedEventsCountSum, usageSummaryDate.indexedEventsCountSum) + && Objects.equals( + this.infraBasicAgentHostTop99p, usageSummaryDate.infraBasicAgentHostTop99p) + && Objects.equals( + this.infraBasicVsphereHostTop99p, usageSummaryDate.infraBasicVsphereHostTop99p) && Objects.equals( this.infraEdgeMonitoringDevicesTop99p, usageSummaryDate.infraEdgeMonitoringDevicesTop99p) + && Objects.equals(this.infraHostBasicTop99p, usageSummaryDate.infraHostBasicTop99p) && Objects.equals(this.infraHostTop99p, usageSummaryDate.infraHostTop99p) && Objects.equals(this.ingestedEventsBytesSum, usageSummaryDate.ingestedEventsBytesSum) && Objects.equals(this.iotDeviceSum, usageSummaryDate.iotDeviceSum) @@ -6500,10 +6667,13 @@ public int hashCode() { date, dbmHostTop99p, dbmQueriesCountAvg, + ephInfraBasicAgentSum, + ephInfraBasicVsphereSum, ephInfraHostAgentSum, ephInfraHostAlibabaSum, ephInfraHostAwsSum, ephInfraHostAzureSum, + ephInfraHostBasicSum, ephInfraHostEntSum, ephInfraHostGcpSum, ephInfraHostHerokuSum, @@ -6540,7 +6710,10 @@ public int hashCode() { incidentManagementMonthlyActiveUsersHwm, incidentManagementSeatsHwm, indexedEventsCountSum, + infraBasicAgentHostTop99p, + infraBasicVsphereHostTop99p, infraEdgeMonitoringDevicesTop99p, + infraHostBasicTop99p, infraHostTop99p, ingestedEventsBytesSum, iotDeviceSum, @@ -6813,6 +6986,12 @@ public String toString() { sb.append(" date: ").append(toIndentedString(date)).append("\n"); sb.append(" dbmHostTop99p: ").append(toIndentedString(dbmHostTop99p)).append("\n"); sb.append(" dbmQueriesCountAvg: ").append(toIndentedString(dbmQueriesCountAvg)).append("\n"); + sb.append(" ephInfraBasicAgentSum: ") + .append(toIndentedString(ephInfraBasicAgentSum)) + .append("\n"); + sb.append(" ephInfraBasicVsphereSum: ") + .append(toIndentedString(ephInfraBasicVsphereSum)) + .append("\n"); sb.append(" ephInfraHostAgentSum: ") .append(toIndentedString(ephInfraHostAgentSum)) .append("\n"); @@ -6823,6 +7002,9 @@ public String toString() { sb.append(" ephInfraHostAzureSum: ") .append(toIndentedString(ephInfraHostAzureSum)) .append("\n"); + sb.append(" ephInfraHostBasicSum: ") + .append(toIndentedString(ephInfraHostBasicSum)) + .append("\n"); sb.append(" ephInfraHostEntSum: ").append(toIndentedString(ephInfraHostEntSum)).append("\n"); sb.append(" ephInfraHostGcpSum: ").append(toIndentedString(ephInfraHostGcpSum)).append("\n"); sb.append(" ephInfraHostHerokuSum: ") @@ -6917,9 +7099,18 @@ public String toString() { sb.append(" indexedEventsCountSum: ") .append(toIndentedString(indexedEventsCountSum)) .append("\n"); + sb.append(" infraBasicAgentHostTop99p: ") + .append(toIndentedString(infraBasicAgentHostTop99p)) + .append("\n"); + sb.append(" infraBasicVsphereHostTop99p: ") + .append(toIndentedString(infraBasicVsphereHostTop99p)) + .append("\n"); sb.append(" infraEdgeMonitoringDevicesTop99p: ") .append(toIndentedString(infraEdgeMonitoringDevicesTop99p)) .append("\n"); + sb.append(" infraHostBasicTop99p: ") + .append(toIndentedString(infraHostBasicTop99p)) + .append("\n"); sb.append(" infraHostTop99p: ").append(toIndentedString(infraHostTop99p)).append("\n"); sb.append(" ingestedEventsBytesSum: ") .append(toIndentedString(ingestedEventsBytesSum)) diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java index 39670c384f5..55e74e81f45 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java @@ -88,10 +88,13 @@ UsageSummaryDateOrg.JSON_PROPERTY_DATA_JOBS_MONITORING_HOST_HR_SUM, UsageSummaryDateOrg.JSON_PROPERTY_DBM_HOST_TOP99P_SUM, UsageSummaryDateOrg.JSON_PROPERTY_DBM_QUERIES_AVG_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_AGENT_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_ALIBABA_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_AWS_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_AZURE_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_BASIC_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_ENT_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_GCP_SUM, UsageSummaryDateOrg.JSON_PROPERTY_EPH_INFRA_HOST_HEROKU_SUM, @@ -129,7 +132,10 @@ UsageSummaryDateOrg.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_HWM, UsageSummaryDateOrg.JSON_PROPERTY_INCIDENT_MANAGEMENT_SEATS_HWM, UsageSummaryDateOrg.JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P, + UsageSummaryDateOrg.JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P, + UsageSummaryDateOrg.JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_INFRA_HOST_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_INGESTED_EVENTS_BYTES_SUM, UsageSummaryDateOrg.JSON_PROPERTY_IOT_DEVICE_AGG_SUM, @@ -496,6 +502,13 @@ public class UsageSummaryDateOrg { public static final String JSON_PROPERTY_DBM_QUERIES_AVG_SUM = "dbm_queries_avg_sum"; private Long dbmQueriesAvgSum; + public static final String JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_SUM = "eph_infra_basic_agent_sum"; + private Long ephInfraBasicAgentSum; + + public static final String JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_SUM = + "eph_infra_basic_vsphere_sum"; + private Long ephInfraBasicVsphereSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_AGENT_SUM = "eph_infra_host_agent_sum"; private Long ephInfraHostAgentSum; @@ -509,6 +522,9 @@ public class UsageSummaryDateOrg { public static final String JSON_PROPERTY_EPH_INFRA_HOST_AZURE_SUM = "eph_infra_host_azure_sum"; private Long ephInfraHostAzureSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_BASIC_SUM = "eph_infra_host_basic_sum"; + private Long ephInfraHostBasicSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_ENT_SUM = "eph_infra_host_ent_sum"; private Long ephInfraHostEntSum; @@ -645,10 +661,21 @@ public class UsageSummaryDateOrg { public static final String JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM = "indexed_events_count_sum"; private Long indexedEventsCountSum; + public static final String JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P = + "infra_basic_agent_host_top99p"; + private Long infraBasicAgentHostTop99p; + + public static final String JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P = + "infra_basic_vsphere_host_top99p"; + private Long infraBasicVsphereHostTop99p; + public static final String JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P = "infra_edge_monitoring_devices_top99p"; private Long infraEdgeMonitoringDevicesTop99p; + public static final String JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P = "infra_host_basic_top99p"; + private Long infraHostBasicTop99p; + public static final String JSON_PROPERTY_INFRA_HOST_TOP99P = "infra_host_top99p"; private Long infraHostTop99p; @@ -2628,6 +2655,50 @@ public void setDbmQueriesAvgSum(Long dbmQueriesAvgSum) { this.dbmQueriesAvgSum = dbmQueriesAvgSum; } + public UsageSummaryDateOrg ephInfraBasicAgentSum(Long ephInfraBasicAgentSum) { + this.ephInfraBasicAgentSum = ephInfraBasicAgentSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all + * hours in the current date for the given org. + * + * @return ephInfraBasicAgentSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraBasicAgentSum() { + return ephInfraBasicAgentSum; + } + + public void setEphInfraBasicAgentSum(Long ephInfraBasicAgentSum) { + this.ephInfraBasicAgentSum = ephInfraBasicAgentSum; + } + + public UsageSummaryDateOrg ephInfraBasicVsphereSum(Long ephInfraBasicVsphereSum) { + this.ephInfraBasicVsphereSum = ephInfraBasicVsphereSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the + * current date for the given org. + * + * @return ephInfraBasicVsphereSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraBasicVsphereSum() { + return ephInfraBasicVsphereSum; + } + + public void setEphInfraBasicVsphereSum(Long ephInfraBasicVsphereSum) { + this.ephInfraBasicVsphereSum = ephInfraBasicVsphereSum; + } + public UsageSummaryDateOrg ephInfraHostAgentSum(Long ephInfraHostAgentSum) { this.ephInfraHostAgentSum = ephInfraHostAgentSum; return this; @@ -2716,6 +2787,28 @@ public void setEphInfraHostAzureSum(Long ephInfraHostAzureSum) { this.ephInfraHostAzureSum = ephInfraHostAzureSum; } + public UsageSummaryDateOrg ephInfraHostBasicSum(Long ephInfraHostBasicSum) { + this.ephInfraHostBasicSum = ephInfraHostBasicSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current + * date for the given org. + * + * @return ephInfraHostBasicSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_HOST_BASIC_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraHostBasicSum() { + return ephInfraHostBasicSum; + } + + public void setEphInfraHostBasicSum(Long ephInfraHostBasicSum) { + this.ephInfraHostBasicSum = ephInfraHostBasicSum; + } + public UsageSummaryDateOrg ephInfraHostEntSum(Long ephInfraHostEntSum) { this.ephInfraHostEntSum = ephInfraHostEntSum; return this; @@ -3549,6 +3642,50 @@ public void setIndexedEventsCountSum(Long indexedEventsCountSum) { this.indexedEventsCountSum = indexedEventsCountSum; } + public UsageSummaryDateOrg infraBasicAgentHostTop99p(Long infraBasicAgentHostTop99p) { + this.infraBasicAgentHostTop99p = infraBasicAgentHostTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent + * over all hours in the current date for the given org. + * + * @return infraBasicAgentHostTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraBasicAgentHostTop99p() { + return infraBasicAgentHostTop99p; + } + + public void setInfraBasicAgentHostTop99p(Long infraBasicAgentHostTop99p) { + this.infraBasicAgentHostTop99p = infraBasicAgentHostTop99p; + } + + public UsageSummaryDateOrg infraBasicVsphereHostTop99p(Long infraBasicVsphereHostTop99p) { + this.infraBasicVsphereHostTop99p = infraBasicVsphereHostTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all + * hours in the current date for the given org. + * + * @return infraBasicVsphereHostTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraBasicVsphereHostTop99p() { + return infraBasicVsphereHostTop99p; + } + + public void setInfraBasicVsphereHostTop99p(Long infraBasicVsphereHostTop99p) { + this.infraBasicVsphereHostTop99p = infraBasicVsphereHostTop99p; + } + public UsageSummaryDateOrg infraEdgeMonitoringDevicesTop99p( Long infraEdgeMonitoringDevicesTop99p) { this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p; @@ -3572,6 +3709,28 @@ public void setInfraEdgeMonitoringDevicesTop99p(Long infraEdgeMonitoringDevicesT this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p; } + public UsageSummaryDateOrg infraHostBasicTop99p(Long infraHostBasicTop99p) { + this.infraHostBasicTop99p = infraHostBasicTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the + * current date for the given org. + * + * @return infraHostBasicTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraHostBasicTop99p() { + return infraHostBasicTop99p; + } + + public void setInfraHostBasicTop99p(Long infraHostBasicTop99p) { + this.infraHostBasicTop99p = infraHostBasicTop99p; + } + public UsageSummaryDateOrg infraHostTop99p(Long infraHostTop99p) { this.infraHostTop99p = infraHostTop99p; return this; @@ -6293,10 +6452,13 @@ public boolean equals(Object o) { this.dataJobsMonitoringHostHrSum, usageSummaryDateOrg.dataJobsMonitoringHostHrSum) && Objects.equals(this.dbmHostTop99pSum, usageSummaryDateOrg.dbmHostTop99pSum) && Objects.equals(this.dbmQueriesAvgSum, usageSummaryDateOrg.dbmQueriesAvgSum) + && Objects.equals(this.ephInfraBasicAgentSum, usageSummaryDateOrg.ephInfraBasicAgentSum) + && Objects.equals(this.ephInfraBasicVsphereSum, usageSummaryDateOrg.ephInfraBasicVsphereSum) && Objects.equals(this.ephInfraHostAgentSum, usageSummaryDateOrg.ephInfraHostAgentSum) && Objects.equals(this.ephInfraHostAlibabaSum, usageSummaryDateOrg.ephInfraHostAlibabaSum) && Objects.equals(this.ephInfraHostAwsSum, usageSummaryDateOrg.ephInfraHostAwsSum) && Objects.equals(this.ephInfraHostAzureSum, usageSummaryDateOrg.ephInfraHostAzureSum) + && Objects.equals(this.ephInfraHostBasicSum, usageSummaryDateOrg.ephInfraHostBasicSum) && Objects.equals(this.ephInfraHostEntSum, usageSummaryDateOrg.ephInfraHostEntSum) && Objects.equals(this.ephInfraHostGcpSum, usageSummaryDateOrg.ephInfraHostGcpSum) && Objects.equals(this.ephInfraHostHerokuSum, usageSummaryDateOrg.ephInfraHostHerokuSum) @@ -6360,9 +6522,14 @@ public boolean equals(Object o) { && Objects.equals( this.incidentManagementSeatsHwm, usageSummaryDateOrg.incidentManagementSeatsHwm) && Objects.equals(this.indexedEventsCountSum, usageSummaryDateOrg.indexedEventsCountSum) + && Objects.equals( + this.infraBasicAgentHostTop99p, usageSummaryDateOrg.infraBasicAgentHostTop99p) + && Objects.equals( + this.infraBasicVsphereHostTop99p, usageSummaryDateOrg.infraBasicVsphereHostTop99p) && Objects.equals( this.infraEdgeMonitoringDevicesTop99p, usageSummaryDateOrg.infraEdgeMonitoringDevicesTop99p) + && Objects.equals(this.infraHostBasicTop99p, usageSummaryDateOrg.infraHostBasicTop99p) && Objects.equals(this.infraHostTop99p, usageSummaryDateOrg.infraHostTop99p) && Objects.equals(this.ingestedEventsBytesSum, usageSummaryDateOrg.ingestedEventsBytesSum) && Objects.equals(this.iotDeviceAggSum, usageSummaryDateOrg.iotDeviceAggSum) @@ -6670,10 +6837,13 @@ public int hashCode() { dataJobsMonitoringHostHrSum, dbmHostTop99pSum, dbmQueriesAvgSum, + ephInfraBasicAgentSum, + ephInfraBasicVsphereSum, ephInfraHostAgentSum, ephInfraHostAlibabaSum, ephInfraHostAwsSum, ephInfraHostAzureSum, + ephInfraHostBasicSum, ephInfraHostEntSum, ephInfraHostGcpSum, ephInfraHostHerokuSum, @@ -6711,7 +6881,10 @@ public int hashCode() { incidentManagementMonthlyActiveUsersHwm, incidentManagementSeatsHwm, indexedEventsCountSum, + infraBasicAgentHostTop99p, + infraBasicVsphereHostTop99p, infraEdgeMonitoringDevicesTop99p, + infraHostBasicTop99p, infraHostTop99p, ingestedEventsBytesSum, iotDeviceAggSum, @@ -6991,6 +7164,12 @@ public String toString() { .append("\n"); sb.append(" dbmHostTop99pSum: ").append(toIndentedString(dbmHostTop99pSum)).append("\n"); sb.append(" dbmQueriesAvgSum: ").append(toIndentedString(dbmQueriesAvgSum)).append("\n"); + sb.append(" ephInfraBasicAgentSum: ") + .append(toIndentedString(ephInfraBasicAgentSum)) + .append("\n"); + sb.append(" ephInfraBasicVsphereSum: ") + .append(toIndentedString(ephInfraBasicVsphereSum)) + .append("\n"); sb.append(" ephInfraHostAgentSum: ") .append(toIndentedString(ephInfraHostAgentSum)) .append("\n"); @@ -7001,6 +7180,9 @@ public String toString() { sb.append(" ephInfraHostAzureSum: ") .append(toIndentedString(ephInfraHostAzureSum)) .append("\n"); + sb.append(" ephInfraHostBasicSum: ") + .append(toIndentedString(ephInfraHostBasicSum)) + .append("\n"); sb.append(" ephInfraHostEntSum: ").append(toIndentedString(ephInfraHostEntSum)).append("\n"); sb.append(" ephInfraHostGcpSum: ").append(toIndentedString(ephInfraHostGcpSum)).append("\n"); sb.append(" ephInfraHostHerokuSum: ") @@ -7096,9 +7278,18 @@ public String toString() { sb.append(" indexedEventsCountSum: ") .append(toIndentedString(indexedEventsCountSum)) .append("\n"); + sb.append(" infraBasicAgentHostTop99p: ") + .append(toIndentedString(infraBasicAgentHostTop99p)) + .append("\n"); + sb.append(" infraBasicVsphereHostTop99p: ") + .append(toIndentedString(infraBasicVsphereHostTop99p)) + .append("\n"); sb.append(" infraEdgeMonitoringDevicesTop99p: ") .append(toIndentedString(infraEdgeMonitoringDevicesTop99p)) .append("\n"); + sb.append(" infraHostBasicTop99p: ") + .append(toIndentedString(infraHostBasicTop99p)) + .append("\n"); sb.append(" infraHostTop99p: ").append(toIndentedString(infraHostTop99p)).append("\n"); sb.append(" ingestedEventsBytesSum: ") .append(toIndentedString(ingestedEventsBytesSum)) diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java index 80ecb4d5ac8..1fb3aa67ce3 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java @@ -94,10 +94,13 @@ UsageSummaryResponse.JSON_PROPERTY_DBM_HOST_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_DBM_QUERIES_AVG_SUM, UsageSummaryResponse.JSON_PROPERTY_END_DATE, + UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_AGENT_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_ALIBABA_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_AWS_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_AZURE_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_BASIC_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_ENT_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_GCP_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_EPH_INFRA_HOST_HEROKU_AGG_SUM, @@ -134,7 +137,10 @@ UsageSummaryResponse.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_HWM_SUM, UsageSummaryResponse.JSON_PROPERTY_INCIDENT_MANAGEMENT_SEATS_HWM_SUM, UsageSummaryResponse.JSON_PROPERTY_INDEXED_EVENTS_COUNT_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P_SUM, + UsageSummaryResponse.JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P_SUM, + UsageSummaryResponse.JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_INFRA_HOST_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_INGESTED_EVENTS_BYTES_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_IOT_DEVICE_AGG_SUM, @@ -519,6 +525,14 @@ public class UsageSummaryResponse { public static final String JSON_PROPERTY_END_DATE = "end_date"; private OffsetDateTime endDate; + public static final String JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_AGG_SUM = + "eph_infra_basic_agent_agg_sum"; + private Long ephInfraBasicAgentAggSum; + + public static final String JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_AGG_SUM = + "eph_infra_basic_vsphere_agg_sum"; + private Long ephInfraBasicVsphereAggSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_AGENT_AGG_SUM = "eph_infra_host_agent_agg_sum"; private Long ephInfraHostAgentAggSum; @@ -535,6 +549,10 @@ public class UsageSummaryResponse { "eph_infra_host_azure_agg_sum"; private Long ephInfraHostAzureAggSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_BASIC_AGG_SUM = + "eph_infra_host_basic_agg_sum"; + private Long ephInfraHostBasicAggSum; + public static final String JSON_PROPERTY_EPH_INFRA_HOST_ENT_AGG_SUM = "eph_infra_host_ent_agg_sum"; private Long ephInfraHostEntAggSum; @@ -677,10 +695,22 @@ public class UsageSummaryResponse { "indexed_events_count_agg_sum"; private Long indexedEventsCountAggSum; + public static final String JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P_SUM = + "infra_basic_agent_host_top99p_sum"; + private Long infraBasicAgentHostTop99pSum; + + public static final String JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P_SUM = + "infra_basic_vsphere_host_top99p_sum"; + private Long infraBasicVsphereHostTop99pSum; + public static final String JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P_SUM = "infra_edge_monitoring_devices_top99p_sum"; private Long infraEdgeMonitoringDevicesTop99pSum; + public static final String JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P_SUM = + "infra_host_basic_top99p_sum"; + private Long infraHostBasicTop99pSum; + public static final String JSON_PROPERTY_INFRA_HOST_TOP99P_SUM = "infra_host_top99p_sum"; private Long infraHostTop99pSum; @@ -2718,6 +2748,50 @@ public void setEndDate(OffsetDateTime endDate) { this.endDate = endDate; } + public UsageSummaryResponse ephInfraBasicAgentAggSum(Long ephInfraBasicAgentAggSum) { + this.ephInfraBasicAgentAggSum = ephInfraBasicAgentAggSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all + * hours in the current month for all organizations. + * + * @return ephInfraBasicAgentAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_BASIC_AGENT_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraBasicAgentAggSum() { + return ephInfraBasicAgentAggSum; + } + + public void setEphInfraBasicAgentAggSum(Long ephInfraBasicAgentAggSum) { + this.ephInfraBasicAgentAggSum = ephInfraBasicAgentAggSum; + } + + public UsageSummaryResponse ephInfraBasicVsphereAggSum(Long ephInfraBasicVsphereAggSum) { + this.ephInfraBasicVsphereAggSum = ephInfraBasicVsphereAggSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the + * current month for all organizations. + * + * @return ephInfraBasicVsphereAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_BASIC_VSPHERE_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraBasicVsphereAggSum() { + return ephInfraBasicVsphereAggSum; + } + + public void setEphInfraBasicVsphereAggSum(Long ephInfraBasicVsphereAggSum) { + this.ephInfraBasicVsphereAggSum = ephInfraBasicVsphereAggSum; + } + public UsageSummaryResponse ephInfraHostAgentAggSum(Long ephInfraHostAgentAggSum) { this.ephInfraHostAgentAggSum = ephInfraHostAgentAggSum; return this; @@ -2806,6 +2880,28 @@ public void setEphInfraHostAzureAggSum(Long ephInfraHostAzureAggSum) { this.ephInfraHostAzureAggSum = ephInfraHostAzureAggSum; } + public UsageSummaryResponse ephInfraHostBasicAggSum(Long ephInfraHostBasicAggSum) { + this.ephInfraHostBasicAggSum = ephInfraHostBasicAggSum; + return this; + } + + /** + * Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current + * month for all organizations. + * + * @return ephInfraHostBasicAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_EPH_INFRA_HOST_BASIC_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getEphInfraHostBasicAggSum() { + return ephInfraHostBasicAggSum; + } + + public void setEphInfraHostBasicAggSum(Long ephInfraHostBasicAggSum) { + this.ephInfraHostBasicAggSum = ephInfraHostBasicAggSum; + } + public UsageSummaryResponse ephInfraHostEntAggSum(Long ephInfraHostEntAggSum) { this.ephInfraHostEntAggSum = ephInfraHostEntAggSum; return this; @@ -3629,6 +3725,50 @@ public void setIndexedEventsCountAggSum(Long indexedEventsCountAggSum) { this.indexedEventsCountAggSum = indexedEventsCountAggSum; } + public UsageSummaryResponse infraBasicAgentHostTop99pSum(Long infraBasicAgentHostTop99pSum) { + this.infraBasicAgentHostTop99pSum = infraBasicAgentHostTop99pSum; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent + * over all hours in the current month for all organizations. + * + * @return infraBasicAgentHostTop99pSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_BASIC_AGENT_HOST_TOP99P_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraBasicAgentHostTop99pSum() { + return infraBasicAgentHostTop99pSum; + } + + public void setInfraBasicAgentHostTop99pSum(Long infraBasicAgentHostTop99pSum) { + this.infraBasicAgentHostTop99pSum = infraBasicAgentHostTop99pSum; + } + + public UsageSummaryResponse infraBasicVsphereHostTop99pSum(Long infraBasicVsphereHostTop99pSum) { + this.infraBasicVsphereHostTop99pSum = infraBasicVsphereHostTop99pSum; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all + * hours in the current month for all organizations. + * + * @return infraBasicVsphereHostTop99pSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_BASIC_VSPHERE_HOST_TOP99P_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraBasicVsphereHostTop99pSum() { + return infraBasicVsphereHostTop99pSum; + } + + public void setInfraBasicVsphereHostTop99pSum(Long infraBasicVsphereHostTop99pSum) { + this.infraBasicVsphereHostTop99pSum = infraBasicVsphereHostTop99pSum; + } + public UsageSummaryResponse infraEdgeMonitoringDevicesTop99pSum( Long infraEdgeMonitoringDevicesTop99pSum) { this.infraEdgeMonitoringDevicesTop99pSum = infraEdgeMonitoringDevicesTop99pSum; @@ -3652,6 +3792,28 @@ public void setInfraEdgeMonitoringDevicesTop99pSum(Long infraEdgeMonitoringDevic this.infraEdgeMonitoringDevicesTop99pSum = infraEdgeMonitoringDevicesTop99pSum; } + public UsageSummaryResponse infraHostBasicTop99pSum(Long infraHostBasicTop99pSum) { + this.infraHostBasicTop99pSum = infraHostBasicTop99pSum; + return this; + } + + /** + * Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the + * current month for all organizations. + * + * @return infraHostBasicTop99pSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_TOP99P_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getInfraHostBasicTop99pSum() { + return infraHostBasicTop99pSum; + } + + public void setInfraHostBasicTop99pSum(Long infraHostBasicTop99pSum) { + this.infraHostBasicTop99pSum = infraHostBasicTop99pSum; + } + public UsageSummaryResponse infraHostTop99pSum(Long infraHostTop99pSum) { this.infraHostTop99pSum = infraHostTop99pSum; return this; @@ -6587,6 +6749,10 @@ public boolean equals(Object o) { && Objects.equals(this.dbmHostTop99pSum, usageSummaryResponse.dbmHostTop99pSum) && Objects.equals(this.dbmQueriesAvgSum, usageSummaryResponse.dbmQueriesAvgSum) && Objects.equals(this.endDate, usageSummaryResponse.endDate) + && Objects.equals( + this.ephInfraBasicAgentAggSum, usageSummaryResponse.ephInfraBasicAgentAggSum) + && Objects.equals( + this.ephInfraBasicVsphereAggSum, usageSummaryResponse.ephInfraBasicVsphereAggSum) && Objects.equals( this.ephInfraHostAgentAggSum, usageSummaryResponse.ephInfraHostAgentAggSum) && Objects.equals( @@ -6594,6 +6760,8 @@ public boolean equals(Object o) { && Objects.equals(this.ephInfraHostAwsAggSum, usageSummaryResponse.ephInfraHostAwsAggSum) && Objects.equals( this.ephInfraHostAzureAggSum, usageSummaryResponse.ephInfraHostAzureAggSum) + && Objects.equals( + this.ephInfraHostBasicAggSum, usageSummaryResponse.ephInfraHostBasicAggSum) && Objects.equals(this.ephInfraHostEntAggSum, usageSummaryResponse.ephInfraHostEntAggSum) && Objects.equals(this.ephInfraHostGcpAggSum, usageSummaryResponse.ephInfraHostGcpAggSum) && Objects.equals( @@ -6672,9 +6840,16 @@ public boolean equals(Object o) { this.incidentManagementSeatsHwmSum, usageSummaryResponse.incidentManagementSeatsHwmSum) && Objects.equals( this.indexedEventsCountAggSum, usageSummaryResponse.indexedEventsCountAggSum) + && Objects.equals( + this.infraBasicAgentHostTop99pSum, usageSummaryResponse.infraBasicAgentHostTop99pSum) + && Objects.equals( + this.infraBasicVsphereHostTop99pSum, + usageSummaryResponse.infraBasicVsphereHostTop99pSum) && Objects.equals( this.infraEdgeMonitoringDevicesTop99pSum, usageSummaryResponse.infraEdgeMonitoringDevicesTop99pSum) + && Objects.equals( + this.infraHostBasicTop99pSum, usageSummaryResponse.infraHostBasicTop99pSum) && Objects.equals(this.infraHostTop99pSum, usageSummaryResponse.infraHostTop99pSum) && Objects.equals( this.ingestedEventsBytesAggSum, usageSummaryResponse.ingestedEventsBytesAggSum) @@ -7022,10 +7197,13 @@ public int hashCode() { dbmHostTop99pSum, dbmQueriesAvgSum, endDate, + ephInfraBasicAgentAggSum, + ephInfraBasicVsphereAggSum, ephInfraHostAgentAggSum, ephInfraHostAlibabaAggSum, ephInfraHostAwsAggSum, ephInfraHostAzureAggSum, + ephInfraHostBasicAggSum, ephInfraHostEntAggSum, ephInfraHostGcpAggSum, ephInfraHostHerokuAggSum, @@ -7062,7 +7240,10 @@ public int hashCode() { incidentManagementMonthlyActiveUsersHwmSum, incidentManagementSeatsHwmSum, indexedEventsCountAggSum, + infraBasicAgentHostTop99pSum, + infraBasicVsphereHostTop99pSum, infraEdgeMonitoringDevicesTop99pSum, + infraHostBasicTop99pSum, infraHostTop99pSum, ingestedEventsBytesAggSum, iotDeviceAggSum, @@ -7366,6 +7547,12 @@ public String toString() { sb.append(" dbmHostTop99pSum: ").append(toIndentedString(dbmHostTop99pSum)).append("\n"); sb.append(" dbmQueriesAvgSum: ").append(toIndentedString(dbmQueriesAvgSum)).append("\n"); sb.append(" endDate: ").append(toIndentedString(endDate)).append("\n"); + sb.append(" ephInfraBasicAgentAggSum: ") + .append(toIndentedString(ephInfraBasicAgentAggSum)) + .append("\n"); + sb.append(" ephInfraBasicVsphereAggSum: ") + .append(toIndentedString(ephInfraBasicVsphereAggSum)) + .append("\n"); sb.append(" ephInfraHostAgentAggSum: ") .append(toIndentedString(ephInfraHostAgentAggSum)) .append("\n"); @@ -7378,6 +7565,9 @@ public String toString() { sb.append(" ephInfraHostAzureAggSum: ") .append(toIndentedString(ephInfraHostAzureAggSum)) .append("\n"); + sb.append(" ephInfraHostBasicAggSum: ") + .append(toIndentedString(ephInfraHostBasicAggSum)) + .append("\n"); sb.append(" ephInfraHostEntAggSum: ") .append(toIndentedString(ephInfraHostEntAggSum)) .append("\n"); @@ -7484,9 +7674,18 @@ public String toString() { sb.append(" indexedEventsCountAggSum: ") .append(toIndentedString(indexedEventsCountAggSum)) .append("\n"); + sb.append(" infraBasicAgentHostTop99pSum: ") + .append(toIndentedString(infraBasicAgentHostTop99pSum)) + .append("\n"); + sb.append(" infraBasicVsphereHostTop99pSum: ") + .append(toIndentedString(infraBasicVsphereHostTop99pSum)) + .append("\n"); sb.append(" infraEdgeMonitoringDevicesTop99pSum: ") .append(toIndentedString(infraEdgeMonitoringDevicesTop99pSum)) .append("\n"); + sb.append(" infraHostBasicTop99pSum: ") + .append(toIndentedString(infraHostBasicTop99pSum)) + .append("\n"); sb.append(" infraHostTop99pSum: ").append(toIndentedString(infraHostTop99pSum)).append("\n"); sb.append(" ingestedEventsBytesAggSum: ") .append(toIndentedString(ingestedEventsBytesAggSum))