Skip to content

Commit ce020a6

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 591ed06 of spec repo
1 parent ce11366 commit ce020a6

File tree

4 files changed

+432
-0
lines changed

4 files changed

+432
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20841,6 +20841,11 @@ components:
2084120841
for the given date and given organization.
2084220842
format: int64
2084320843
type: integer
20844+
cloud_cost_management_oci_host_count_avg:
20845+
description: Host count average of Cloud Cost Management for OCI for the
20846+
given date and given organization.
20847+
format: int64
20848+
type: integer
2084420849
cloud_siem_events_sum:
2084520850
description: Shows the sum of all Cloud Security Information and Event Management
2084620851
events over all hours in the current date for the given org.
@@ -21075,6 +21080,11 @@ components:
2107521080
Plus over all hours in the current date for the given org.
2107621081
format: int64
2107721082
type: integer
21083+
eph_infra_host_proxmox_sum:
21084+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
21085+
in the current date for all organizations.
21086+
format: int64
21087+
type: integer
2107821088
error_tracking_apm_error_events_sum:
2107921089
description: Shows the sum of all Error Tracking APM error events over all
2108021090
hours in the current date for the given org.
@@ -21371,6 +21381,16 @@ components:
2137121381
within the current date for all organizations.
2137221382
format: int64
2137321383
type: integer
21384+
proxmox_host_sum:
21385+
description: Shows the sum of all Proxmox hosts over all hours in the current
21386+
date for all organizations.
21387+
format: int64
21388+
type: integer
21389+
proxmox_host_top99p:
21390+
description: Shows the 99th percentile of all Proxmox hosts over all hours
21391+
in the current date for all organizations.
21392+
format: int64
21393+
type: integer
2137421394
published_app_hwm:
2137521395
description: Shows the high-water mark of all published applications over
2137621396
all hours in the current date for all organizations.
@@ -21954,6 +21974,11 @@ components:
2195421974
for the given date and given org.
2195521975
format: int64
2195621976
type: integer
21977+
cloud_cost_management_oci_host_count_avg:
21978+
description: Host count average of Cloud Cost Management for OCI for the
21979+
given date and given org.
21980+
format: int64
21981+
type: integer
2195721982
cloud_siem_events_sum:
2195821983
description: Shows the sum of all Cloud Security Information and Event Management
2195921984
events over all hours in the current date for the given org.
@@ -22194,6 +22219,11 @@ components:
2219422219
Plus over all hours in the current date for the given org.
2219522220
format: int64
2219622221
type: integer
22222+
eph_infra_host_proxmox_sum:
22223+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
22224+
in the current date for the given org.
22225+
format: int64
22226+
type: integer
2219722227
error_tracking_apm_error_events_sum:
2219822228
description: Shows the sum of all Error Tracking APM error events over all
2219922229
hours in the current date for the given org.
@@ -22488,6 +22518,16 @@ components:
2248822518
within the current date for the given org.
2248922519
format: int64
2249022520
type: integer
22521+
proxmox_host_sum:
22522+
description: Shows the sum of all Proxmox hosts over all hours in the current
22523+
date for the given org.
22524+
format: int64
22525+
type: integer
22526+
proxmox_host_top99p:
22527+
description: Shows the 99th percentile of all Proxmox hosts over all hours
22528+
in the current date for the given org.
22529+
format: int64
22530+
type: integer
2249122531
public_id:
2249222532
description: The organization public id.
2249322533
type: string
@@ -23077,6 +23117,11 @@ components:
2307723117
all cloud providers.
2307823118
format: int64
2307923119
type: integer
23120+
cloud_cost_management_oci_host_count_avg_sum:
23121+
description: Sum of the host count average for Cloud Cost Management for
23122+
OCI.
23123+
format: int64
23124+
type: integer
2308023125
cloud_siem_events_agg_sum:
2308123126
description: Shows the sum of all Cloud Security Information and Event Management
2308223127
events over all hours in the current month for all organizations.
@@ -23318,6 +23363,11 @@ components:
2331823363
Plus over all hours in the current month for all organizations.
2331923364
format: int64
2332023365
type: integer
23366+
eph_infra_host_proxmox_agg_sum:
23367+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
23368+
in the current month for all organizations.
23369+
format: int64
23370+
type: integer
2332123371
error_tracking_apm_error_events_agg_sum:
2332223372
description: Shows the sum of all Error Tracking APM error events over all
2332323373
hours in the current month for all organizations.
@@ -23636,6 +23686,16 @@ components:
2363623686
in the current month for all organizations.
2363723687
format: int64
2363823688
type: integer
23689+
proxmox_host_agg_sum:
23690+
description: Shows the sum of all Proxmox hosts over all hours in the current
23691+
month for all organizations.
23692+
format: int64
23693+
type: integer
23694+
proxmox_host_top99p_sum:
23695+
description: Shows the sum of the 99th percentile of all Proxmox hosts over
23696+
all hours in the current month for all organizations.
23697+
format: int64
23698+
type: integer
2363923699
published_app_hwm_sum:
2364023700
description: Shows the high-water mark of all published applications over
2364123701
all hours in the current month for all organizations.

src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_AZURE_HOST_COUNT_AVG,
5252
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_GCP_HOST_COUNT_AVG,
5353
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_HOST_COUNT_AVG,
54+
UsageSummaryDate.JSON_PROPERTY_CLOUD_COST_MANAGEMENT_OCI_HOST_COUNT_AVG,
5455
UsageSummaryDate.JSON_PROPERTY_CLOUD_SIEM_EVENTS_SUM,
5556
UsageSummaryDate.JSON_PROPERTY_CODE_ANALYSIS_SA_COMMITTERS_HWM,
5657
UsageSummaryDate.JSON_PROPERTY_CODE_ANALYSIS_SCA_COMMITTERS_HWM,
@@ -96,6 +97,7 @@
9697
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_OPENTELEMETRY_SUM,
9798
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_PRO_SUM,
9899
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_PROPLUS_SUM,
100+
UsageSummaryDate.JSON_PROPERTY_EPH_INFRA_HOST_PROXMOX_SUM,
99101
UsageSummaryDate.JSON_PROPERTY_ERROR_TRACKING_APM_ERROR_EVENTS_SUM,
100102
UsageSummaryDate.JSON_PROPERTY_ERROR_TRACKING_ERROR_EVENTS_SUM,
101103
UsageSummaryDate.JSON_PROPERTY_ERROR_TRACKING_EVENTS_SUM,
@@ -151,6 +153,8 @@
151153
UsageSummaryDate.JSON_PROPERTY_PRODUCT_ANALYTICS_SUM,
152154
UsageSummaryDate.JSON_PROPERTY_PROFILING_AAS_COUNT_TOP99P,
153155
UsageSummaryDate.JSON_PROPERTY_PROFILING_HOST_TOP99P,
156+
UsageSummaryDate.JSON_PROPERTY_PROXMOX_HOST_SUM,
157+
UsageSummaryDate.JSON_PROPERTY_PROXMOX_HOST_TOP99P,
154158
UsageSummaryDate.JSON_PROPERTY_PUBLISHED_APP_HWM,
155159
UsageSummaryDate.JSON_PROPERTY_RUM_BROWSER_AND_MOBILE_SESSION_COUNT,
156160
UsageSummaryDate.JSON_PROPERTY_RUM_BROWSER_LEGACY_SESSION_COUNT_SUM,
@@ -344,6 +348,10 @@ public class UsageSummaryDate {
344348
"cloud_cost_management_host_count_avg";
345349
private Long cloudCostManagementHostCountAvg;
346350

351+
public static final String JSON_PROPERTY_CLOUD_COST_MANAGEMENT_OCI_HOST_COUNT_AVG =
352+
"cloud_cost_management_oci_host_count_avg";
353+
private Long cloudCostManagementOciHostCountAvg;
354+
347355
public static final String JSON_PROPERTY_CLOUD_SIEM_EVENTS_SUM = "cloud_siem_events_sum";
348356
private Long cloudSiemEventsSum;
349357

@@ -498,6 +506,10 @@ public class UsageSummaryDate {
498506
"eph_infra_host_proplus_sum";
499507
private Long ephInfraHostProplusSum;
500508

509+
public static final String JSON_PROPERTY_EPH_INFRA_HOST_PROXMOX_SUM =
510+
"eph_infra_host_proxmox_sum";
511+
private Long ephInfraHostProxmoxSum;
512+
501513
public static final String JSON_PROPERTY_ERROR_TRACKING_APM_ERROR_EVENTS_SUM =
502514
"error_tracking_apm_error_events_sum";
503515
private Long errorTrackingApmErrorEventsSum;
@@ -696,6 +708,12 @@ public class UsageSummaryDate {
696708
public static final String JSON_PROPERTY_PROFILING_HOST_TOP99P = "profiling_host_top99p";
697709
private Long profilingHostTop99p;
698710

711+
public static final String JSON_PROPERTY_PROXMOX_HOST_SUM = "proxmox_host_sum";
712+
private Long proxmoxHostSum;
713+
714+
public static final String JSON_PROPERTY_PROXMOX_HOST_TOP99P = "proxmox_host_top99p";
715+
private Long proxmoxHostTop99p;
716+
699717
public static final String JSON_PROPERTY_PUBLISHED_APP_HWM = "published_app_hwm";
700718
private Long publishedAppHwm;
701719

@@ -1670,6 +1688,28 @@ public void setCloudCostManagementHostCountAvg(Long cloudCostManagementHostCount
16701688
this.cloudCostManagementHostCountAvg = cloudCostManagementHostCountAvg;
16711689
}
16721690

1691+
public UsageSummaryDate cloudCostManagementOciHostCountAvg(
1692+
Long cloudCostManagementOciHostCountAvg) {
1693+
this.cloudCostManagementOciHostCountAvg = cloudCostManagementOciHostCountAvg;
1694+
return this;
1695+
}
1696+
1697+
/**
1698+
* Host count average of Cloud Cost Management for OCI for the given date and given organization.
1699+
*
1700+
* @return cloudCostManagementOciHostCountAvg
1701+
*/
1702+
@jakarta.annotation.Nullable
1703+
@JsonProperty(JSON_PROPERTY_CLOUD_COST_MANAGEMENT_OCI_HOST_COUNT_AVG)
1704+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
1705+
public Long getCloudCostManagementOciHostCountAvg() {
1706+
return cloudCostManagementOciHostCountAvg;
1707+
}
1708+
1709+
public void setCloudCostManagementOciHostCountAvg(Long cloudCostManagementOciHostCountAvg) {
1710+
this.cloudCostManagementOciHostCountAvg = cloudCostManagementOciHostCountAvg;
1711+
}
1712+
16731713
public UsageSummaryDate cloudSiemEventsSum(Long cloudSiemEventsSum) {
16741714
this.cloudSiemEventsSum = cloudSiemEventsSum;
16751715
return this;
@@ -2671,6 +2711,28 @@ public void setEphInfraHostProplusSum(Long ephInfraHostProplusSum) {
26712711
this.ephInfraHostProplusSum = ephInfraHostProplusSum;
26722712
}
26732713

2714+
public UsageSummaryDate ephInfraHostProxmoxSum(Long ephInfraHostProxmoxSum) {
2715+
this.ephInfraHostProxmoxSum = ephInfraHostProxmoxSum;
2716+
return this;
2717+
}
2718+
2719+
/**
2720+
* Shows the sum of all ephemeral Proxmox hosts over all hours in the current date for all
2721+
* organizations.
2722+
*
2723+
* @return ephInfraHostProxmoxSum
2724+
*/
2725+
@jakarta.annotation.Nullable
2726+
@JsonProperty(JSON_PROPERTY_EPH_INFRA_HOST_PROXMOX_SUM)
2727+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2728+
public Long getEphInfraHostProxmoxSum() {
2729+
return ephInfraHostProxmoxSum;
2730+
}
2731+
2732+
public void setEphInfraHostProxmoxSum(Long ephInfraHostProxmoxSum) {
2733+
this.ephInfraHostProxmoxSum = ephInfraHostProxmoxSum;
2734+
}
2735+
26742736
public UsageSummaryDate errorTrackingApmErrorEventsSum(Long errorTrackingApmErrorEventsSum) {
26752737
this.errorTrackingApmErrorEventsSum = errorTrackingApmErrorEventsSum;
26762738
return this;
@@ -3937,6 +3999,49 @@ public void setProfilingHostTop99p(Long profilingHostTop99p) {
39373999
this.profilingHostTop99p = profilingHostTop99p;
39384000
}
39394001

4002+
public UsageSummaryDate proxmoxHostSum(Long proxmoxHostSum) {
4003+
this.proxmoxHostSum = proxmoxHostSum;
4004+
return this;
4005+
}
4006+
4007+
/**
4008+
* Shows the sum of all Proxmox hosts over all hours in the current date for all organizations.
4009+
*
4010+
* @return proxmoxHostSum
4011+
*/
4012+
@jakarta.annotation.Nullable
4013+
@JsonProperty(JSON_PROPERTY_PROXMOX_HOST_SUM)
4014+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
4015+
public Long getProxmoxHostSum() {
4016+
return proxmoxHostSum;
4017+
}
4018+
4019+
public void setProxmoxHostSum(Long proxmoxHostSum) {
4020+
this.proxmoxHostSum = proxmoxHostSum;
4021+
}
4022+
4023+
public UsageSummaryDate proxmoxHostTop99p(Long proxmoxHostTop99p) {
4024+
this.proxmoxHostTop99p = proxmoxHostTop99p;
4025+
return this;
4026+
}
4027+
4028+
/**
4029+
* Shows the 99th percentile of all Proxmox hosts over all hours in the current date for all
4030+
* organizations.
4031+
*
4032+
* @return proxmoxHostTop99p
4033+
*/
4034+
@jakarta.annotation.Nullable
4035+
@JsonProperty(JSON_PROPERTY_PROXMOX_HOST_TOP99P)
4036+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
4037+
public Long getProxmoxHostTop99p() {
4038+
return proxmoxHostTop99p;
4039+
}
4040+
4041+
public void setProxmoxHostTop99p(Long proxmoxHostTop99p) {
4042+
this.proxmoxHostTop99p = proxmoxHostTop99p;
4043+
}
4044+
39404045
public UsageSummaryDate publishedAppHwm(Long publishedAppHwm) {
39414046
this.publishedAppHwm = publishedAppHwm;
39424047
return this;
@@ -5814,6 +5919,9 @@ public boolean equals(Object o) {
58145919
usageSummaryDate.cloudCostManagementGcpHostCountAvg)
58155920
&& Objects.equals(
58165921
this.cloudCostManagementHostCountAvg, usageSummaryDate.cloudCostManagementHostCountAvg)
5922+
&& Objects.equals(
5923+
this.cloudCostManagementOciHostCountAvg,
5924+
usageSummaryDate.cloudCostManagementOciHostCountAvg)
58175925
&& Objects.equals(this.cloudSiemEventsSum, usageSummaryDate.cloudSiemEventsSum)
58185926
&& Objects.equals(
58195927
this.codeAnalysisSaCommittersHwm, usageSummaryDate.codeAnalysisSaCommittersHwm)
@@ -5885,6 +5993,7 @@ public boolean equals(Object o) {
58855993
this.ephInfraHostOpentelemetrySum, usageSummaryDate.ephInfraHostOpentelemetrySum)
58865994
&& Objects.equals(this.ephInfraHostProSum, usageSummaryDate.ephInfraHostProSum)
58875995
&& Objects.equals(this.ephInfraHostProplusSum, usageSummaryDate.ephInfraHostProplusSum)
5996+
&& Objects.equals(this.ephInfraHostProxmoxSum, usageSummaryDate.ephInfraHostProxmoxSum)
58885997
&& Objects.equals(
58895998
this.errorTrackingApmErrorEventsSum, usageSummaryDate.errorTrackingApmErrorEventsSum)
58905999
&& Objects.equals(
@@ -5972,6 +6081,8 @@ public boolean equals(Object o) {
59726081
&& Objects.equals(this.productAnalyticsSum, usageSummaryDate.productAnalyticsSum)
59736082
&& Objects.equals(this.profilingAasCountTop99p, usageSummaryDate.profilingAasCountTop99p)
59746083
&& Objects.equals(this.profilingHostTop99p, usageSummaryDate.profilingHostTop99p)
6084+
&& Objects.equals(this.proxmoxHostSum, usageSummaryDate.proxmoxHostSum)
6085+
&& Objects.equals(this.proxmoxHostTop99p, usageSummaryDate.proxmoxHostTop99p)
59756086
&& Objects.equals(this.publishedAppHwm, usageSummaryDate.publishedAppHwm)
59766087
&& Objects.equals(
59776088
this.rumBrowserAndMobileSessionCount, usageSummaryDate.rumBrowserAndMobileSessionCount)
@@ -6180,6 +6291,7 @@ public int hashCode() {
61806291
cloudCostManagementAzureHostCountAvg,
61816292
cloudCostManagementGcpHostCountAvg,
61826293
cloudCostManagementHostCountAvg,
6294+
cloudCostManagementOciHostCountAvg,
61836295
cloudSiemEventsSum,
61846296
codeAnalysisSaCommittersHwm,
61856297
codeAnalysisScaCommittersHwm,
@@ -6225,6 +6337,7 @@ public int hashCode() {
62256337
ephInfraHostOpentelemetrySum,
62266338
ephInfraHostProSum,
62276339
ephInfraHostProplusSum,
6340+
ephInfraHostProxmoxSum,
62286341
errorTrackingApmErrorEventsSum,
62296342
errorTrackingErrorEventsSum,
62306343
errorTrackingEventsSum,
@@ -6280,6 +6393,8 @@ public int hashCode() {
62806393
productAnalyticsSum,
62816394
profilingAasCountTop99p,
62826395
profilingHostTop99p,
6396+
proxmoxHostSum,
6397+
proxmoxHostTop99p,
62836398
publishedAppHwm,
62846399
rumBrowserAndMobileSessionCount,
62856400
rumBrowserLegacySessionCountSum,
@@ -6439,6 +6554,9 @@ public String toString() {
64396554
sb.append(" cloudCostManagementHostCountAvg: ")
64406555
.append(toIndentedString(cloudCostManagementHostCountAvg))
64416556
.append("\n");
6557+
sb.append(" cloudCostManagementOciHostCountAvg: ")
6558+
.append(toIndentedString(cloudCostManagementOciHostCountAvg))
6559+
.append("\n");
64426560
sb.append(" cloudSiemEventsSum: ").append(toIndentedString(cloudSiemEventsSum)).append("\n");
64436561
sb.append(" codeAnalysisSaCommittersHwm: ")
64446562
.append(toIndentedString(codeAnalysisSaCommittersHwm))
@@ -6536,6 +6654,9 @@ public String toString() {
65366654
sb.append(" ephInfraHostProplusSum: ")
65376655
.append(toIndentedString(ephInfraHostProplusSum))
65386656
.append("\n");
6657+
sb.append(" ephInfraHostProxmoxSum: ")
6658+
.append(toIndentedString(ephInfraHostProxmoxSum))
6659+
.append("\n");
65396660
sb.append(" errorTrackingApmErrorEventsSum: ")
65406661
.append(toIndentedString(errorTrackingApmErrorEventsSum))
65416662
.append("\n");
@@ -6675,6 +6796,8 @@ public String toString() {
66756796
sb.append(" profilingHostTop99p: ")
66766797
.append(toIndentedString(profilingHostTop99p))
66776798
.append("\n");
6799+
sb.append(" proxmoxHostSum: ").append(toIndentedString(proxmoxHostSum)).append("\n");
6800+
sb.append(" proxmoxHostTop99p: ").append(toIndentedString(proxmoxHostTop99p)).append("\n");
66786801
sb.append(" publishedAppHwm: ").append(toIndentedString(publishedAppHwm)).append("\n");
66796802
sb.append(" rumBrowserAndMobileSessionCount: ")
66806803
.append(toIndentedString(rumBrowserAndMobileSessionCount))

0 commit comments

Comments
 (0)