Skip to content

Commit 1bb263a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit aef9804 of spec repo
1 parent 9a4a768 commit 1bb263a

4 files changed

Lines changed: 467 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22424,6 +22424,14 @@ components:
2242422424
description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
2242522425
format: int64
2242622426
type: integer
22427+
csm_host_pro_hosts_agentless_scanners_sum:
22428+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
22429+
format: int64
22430+
type: integer
22431+
csm_host_pro_hosts_agentless_scanners_top99p:
22432+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
22433+
format: int64
22434+
type: integer
2242722435
csm_host_pro_oci_host_count_top99p:
2242822436
description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
2242922437
format: int64
@@ -22456,6 +22464,14 @@ components:
2245622464
description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for all organizations.
2245722465
format: int64
2245822466
type: integer
22467+
cspm_hosts_agentless_scanners_sum:
22468+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for all organizations.
22469+
format: int64
22470+
type: integer
22471+
cspm_hosts_agentless_scanners_top99p:
22472+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for all organizations.
22473+
format: int64
22474+
type: integer
2245922475
custom_ts_avg:
2246022476
description: Shows the average number of distinct custom metrics over all hours in the current date for all organizations.
2246122477
format: int64
@@ -23417,6 +23433,14 @@ components:
2341723433
description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
2341823434
format: int64
2341923435
type: integer
23436+
csm_host_pro_hosts_agentless_scanners_sum:
23437+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
23438+
format: int64
23439+
type: integer
23440+
csm_host_pro_hosts_agentless_scanners_top99p:
23441+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
23442+
format: int64
23443+
type: integer
2342023444
csm_host_pro_oci_host_count_top99p:
2342123445
description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
2342223446
format: int64
@@ -23449,6 +23473,14 @@ components:
2344923473
description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
2345023474
format: int64
2345123475
type: integer
23476+
cspm_hosts_agentless_scanners_sum:
23477+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
23478+
format: int64
23479+
type: integer
23480+
cspm_hosts_agentless_scanners_top99p:
23481+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
23482+
format: int64
23483+
type: integer
2345223484
custom_historical_ts_avg:
2345323485
description: Shows the average number of distinct historical custom metrics over all hours in the current date for the given org.
2345423486
format: int64
@@ -24420,6 +24452,14 @@ components:
2442024452
description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
2442124453
format: int64
2442224454
type: integer
24455+
csm_host_pro_hosts_agentless_scanners_agg_sum:
24456+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
24457+
format: int64
24458+
type: integer
24459+
csm_host_pro_hosts_agentless_scanners_top99p_sum:
24460+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
24461+
format: int64
24462+
type: integer
2442324463
csm_host_pro_oci_host_count_top99p_sum:
2442424464
description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
2442524465
format: int64
@@ -24452,6 +24492,14 @@ components:
2445224492
description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current month for all organizations.
2445324493
format: int64
2445424494
type: integer
24495+
cspm_hosts_agentless_scanners_agg_sum:
24496+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
24497+
format: int64
24498+
type: integer
24499+
cspm_hosts_agentless_scanners_top99p_sum:
24500+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
24501+
format: int64
24502+
type: integer
2445524503
custom_historical_ts_sum:
2445624504
description: Shows the average number of distinct historical custom metrics over all hours in the current month for all organizations.
2445724505
format: int64

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

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
UsageSummaryDate.JSON_PROPERTY_CSM_HOST_ENTERPRISE_GCP_HOST_COUNT_TOP99P,
8787
UsageSummaryDate.JSON_PROPERTY_CSM_HOST_ENTERPRISE_OCI_HOST_COUNT_TOP99P,
8888
UsageSummaryDate.JSON_PROPERTY_CSM_HOST_ENTERPRISE_TOTAL_HOST_COUNT_TOP99P,
89+
UsageSummaryDate.JSON_PROPERTY_CSM_HOST_PRO_HOSTS_AGENTLESS_SCANNERS_SUM,
90+
UsageSummaryDate.JSON_PROPERTY_CSM_HOST_PRO_HOSTS_AGENTLESS_SCANNERS_TOP99P,
8991
UsageSummaryDate.JSON_PROPERTY_CSM_HOST_PRO_OCI_HOST_COUNT_TOP99P,
9092
UsageSummaryDate.JSON_PROPERTY_CSPM_AAS_HOST_TOP99P,
9193
UsageSummaryDate.JSON_PROPERTY_CSPM_AWS_HOST_TOP99P,
@@ -94,6 +96,8 @@
9496
UsageSummaryDate.JSON_PROPERTY_CSPM_CONTAINER_HWM,
9597
UsageSummaryDate.JSON_PROPERTY_CSPM_GCP_HOST_TOP99P,
9698
UsageSummaryDate.JSON_PROPERTY_CSPM_HOST_TOP99P,
99+
UsageSummaryDate.JSON_PROPERTY_CSPM_HOSTS_AGENTLESS_SCANNERS_SUM,
100+
UsageSummaryDate.JSON_PROPERTY_CSPM_HOSTS_AGENTLESS_SCANNERS_TOP99P,
97101
UsageSummaryDate.JSON_PROPERTY_CUSTOM_TS_AVG,
98102
UsageSummaryDate.JSON_PROPERTY_CWS_CONTAINER_COUNT_AVG,
99103
UsageSummaryDate.JSON_PROPERTY_CWS_FARGATE_TASK_AVG,
@@ -501,6 +505,14 @@ public class UsageSummaryDate {
501505
"csm_host_enterprise_total_host_count_top99p";
502506
private Long csmHostEnterpriseTotalHostCountTop99p;
503507

508+
public static final String JSON_PROPERTY_CSM_HOST_PRO_HOSTS_AGENTLESS_SCANNERS_SUM =
509+
"csm_host_pro_hosts_agentless_scanners_sum";
510+
private Long csmHostProHostsAgentlessScannersSum;
511+
512+
public static final String JSON_PROPERTY_CSM_HOST_PRO_HOSTS_AGENTLESS_SCANNERS_TOP99P =
513+
"csm_host_pro_hosts_agentless_scanners_top99p";
514+
private Long csmHostProHostsAgentlessScannersTop99p;
515+
504516
public static final String JSON_PROPERTY_CSM_HOST_PRO_OCI_HOST_COUNT_TOP99P =
505517
"csm_host_pro_oci_host_count_top99p";
506518
private Long csmHostProOciHostCountTop99p;
@@ -526,6 +538,14 @@ public class UsageSummaryDate {
526538
public static final String JSON_PROPERTY_CSPM_HOST_TOP99P = "cspm_host_top99p";
527539
private Long cspmHostTop99p;
528540

541+
public static final String JSON_PROPERTY_CSPM_HOSTS_AGENTLESS_SCANNERS_SUM =
542+
"cspm_hosts_agentless_scanners_sum";
543+
private Long cspmHostsAgentlessScannersSum;
544+
545+
public static final String JSON_PROPERTY_CSPM_HOSTS_AGENTLESS_SCANNERS_TOP99P =
546+
"cspm_hosts_agentless_scanners_top99p";
547+
private Long cspmHostsAgentlessScannersTop99p;
548+
529549
public static final String JSON_PROPERTY_CUSTOM_TS_AVG = "custom_ts_avg";
530550
private Long customTsAvg;
531551

@@ -2616,6 +2636,53 @@ public void setCsmHostEnterpriseTotalHostCountTop99p(Long csmHostEnterpriseTotal
26162636
this.csmHostEnterpriseTotalHostCountTop99p = csmHostEnterpriseTotalHostCountTop99p;
26172637
}
26182638

2639+
public UsageSummaryDate csmHostProHostsAgentlessScannersSum(
2640+
Long csmHostProHostsAgentlessScannersSum) {
2641+
this.csmHostProHostsAgentlessScannersSum = csmHostProHostsAgentlessScannersSum;
2642+
return this;
2643+
}
2644+
2645+
/**
2646+
* Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in
2647+
* the current date for the given org.
2648+
*
2649+
* @return csmHostProHostsAgentlessScannersSum
2650+
*/
2651+
@jakarta.annotation.Nullable
2652+
@JsonProperty(JSON_PROPERTY_CSM_HOST_PRO_HOSTS_AGENTLESS_SCANNERS_SUM)
2653+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2654+
public Long getCsmHostProHostsAgentlessScannersSum() {
2655+
return csmHostProHostsAgentlessScannersSum;
2656+
}
2657+
2658+
public void setCsmHostProHostsAgentlessScannersSum(Long csmHostProHostsAgentlessScannersSum) {
2659+
this.csmHostProHostsAgentlessScannersSum = csmHostProHostsAgentlessScannersSum;
2660+
}
2661+
2662+
public UsageSummaryDate csmHostProHostsAgentlessScannersTop99p(
2663+
Long csmHostProHostsAgentlessScannersTop99p) {
2664+
this.csmHostProHostsAgentlessScannersTop99p = csmHostProHostsAgentlessScannersTop99p;
2665+
return this;
2666+
}
2667+
2668+
/**
2669+
* Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all
2670+
* hours in the current date for the given org.
2671+
*
2672+
* @return csmHostProHostsAgentlessScannersTop99p
2673+
*/
2674+
@jakarta.annotation.Nullable
2675+
@JsonProperty(JSON_PROPERTY_CSM_HOST_PRO_HOSTS_AGENTLESS_SCANNERS_TOP99P)
2676+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2677+
public Long getCsmHostProHostsAgentlessScannersTop99p() {
2678+
return csmHostProHostsAgentlessScannersTop99p;
2679+
}
2680+
2681+
public void setCsmHostProHostsAgentlessScannersTop99p(
2682+
Long csmHostProHostsAgentlessScannersTop99p) {
2683+
this.csmHostProHostsAgentlessScannersTop99p = csmHostProHostsAgentlessScannersTop99p;
2684+
}
2685+
26192686
public UsageSummaryDate csmHostProOciHostCountTop99p(Long csmHostProOciHostCountTop99p) {
26202687
this.csmHostProOciHostCountTop99p = csmHostProOciHostCountTop99p;
26212688
return this;
@@ -2792,6 +2859,50 @@ public void setCspmHostTop99p(Long cspmHostTop99p) {
27922859
this.cspmHostTop99p = cspmHostTop99p;
27932860
}
27942861

2862+
public UsageSummaryDate cspmHostsAgentlessScannersSum(Long cspmHostsAgentlessScannersSum) {
2863+
this.cspmHostsAgentlessScannersSum = cspmHostsAgentlessScannersSum;
2864+
return this;
2865+
}
2866+
2867+
/**
2868+
* Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in
2869+
* the current date for all organizations.
2870+
*
2871+
* @return cspmHostsAgentlessScannersSum
2872+
*/
2873+
@jakarta.annotation.Nullable
2874+
@JsonProperty(JSON_PROPERTY_CSPM_HOSTS_AGENTLESS_SCANNERS_SUM)
2875+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2876+
public Long getCspmHostsAgentlessScannersSum() {
2877+
return cspmHostsAgentlessScannersSum;
2878+
}
2879+
2880+
public void setCspmHostsAgentlessScannersSum(Long cspmHostsAgentlessScannersSum) {
2881+
this.cspmHostsAgentlessScannersSum = cspmHostsAgentlessScannersSum;
2882+
}
2883+
2884+
public UsageSummaryDate cspmHostsAgentlessScannersTop99p(Long cspmHostsAgentlessScannersTop99p) {
2885+
this.cspmHostsAgentlessScannersTop99p = cspmHostsAgentlessScannersTop99p;
2886+
return this;
2887+
}
2888+
2889+
/**
2890+
* Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all
2891+
* hours in the current date for all organizations.
2892+
*
2893+
* @return cspmHostsAgentlessScannersTop99p
2894+
*/
2895+
@jakarta.annotation.Nullable
2896+
@JsonProperty(JSON_PROPERTY_CSPM_HOSTS_AGENTLESS_SCANNERS_TOP99P)
2897+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2898+
public Long getCspmHostsAgentlessScannersTop99p() {
2899+
return cspmHostsAgentlessScannersTop99p;
2900+
}
2901+
2902+
public void setCspmHostsAgentlessScannersTop99p(Long cspmHostsAgentlessScannersTop99p) {
2903+
this.cspmHostsAgentlessScannersTop99p = cspmHostsAgentlessScannersTop99p;
2904+
}
2905+
27952906
public UsageSummaryDate customTsAvg(Long customTsAvg) {
27962907
this.customTsAvg = customTsAvg;
27972908
return this;
@@ -6845,6 +6956,12 @@ public boolean equals(Object o) {
68456956
&& Objects.equals(
68466957
this.csmHostEnterpriseTotalHostCountTop99p,
68476958
usageSummaryDate.csmHostEnterpriseTotalHostCountTop99p)
6959+
&& Objects.equals(
6960+
this.csmHostProHostsAgentlessScannersSum,
6961+
usageSummaryDate.csmHostProHostsAgentlessScannersSum)
6962+
&& Objects.equals(
6963+
this.csmHostProHostsAgentlessScannersTop99p,
6964+
usageSummaryDate.csmHostProHostsAgentlessScannersTop99p)
68486965
&& Objects.equals(
68496966
this.csmHostProOciHostCountTop99p, usageSummaryDate.csmHostProOciHostCountTop99p)
68506967
&& Objects.equals(this.cspmAasHostTop99p, usageSummaryDate.cspmAasHostTop99p)
@@ -6854,6 +6971,11 @@ public boolean equals(Object o) {
68546971
&& Objects.equals(this.cspmContainerHwm, usageSummaryDate.cspmContainerHwm)
68556972
&& Objects.equals(this.cspmGcpHostTop99p, usageSummaryDate.cspmGcpHostTop99p)
68566973
&& Objects.equals(this.cspmHostTop99p, usageSummaryDate.cspmHostTop99p)
6974+
&& Objects.equals(
6975+
this.cspmHostsAgentlessScannersSum, usageSummaryDate.cspmHostsAgentlessScannersSum)
6976+
&& Objects.equals(
6977+
this.cspmHostsAgentlessScannersTop99p,
6978+
usageSummaryDate.cspmHostsAgentlessScannersTop99p)
68576979
&& Objects.equals(this.customTsAvg, usageSummaryDate.customTsAvg)
68586980
&& Objects.equals(this.cwsContainerCountAvg, usageSummaryDate.cwsContainerCountAvg)
68596981
&& Objects.equals(this.cwsFargateTaskAvg, usageSummaryDate.cwsFargateTaskAvg)
@@ -7246,6 +7368,8 @@ public int hashCode() {
72467368
csmHostEnterpriseGcpHostCountTop99p,
72477369
csmHostEnterpriseOciHostCountTop99p,
72487370
csmHostEnterpriseTotalHostCountTop99p,
7371+
csmHostProHostsAgentlessScannersSum,
7372+
csmHostProHostsAgentlessScannersTop99p,
72497373
csmHostProOciHostCountTop99p,
72507374
cspmAasHostTop99p,
72517375
cspmAwsHostTop99p,
@@ -7254,6 +7378,8 @@ public int hashCode() {
72547378
cspmContainerHwm,
72557379
cspmGcpHostTop99p,
72567380
cspmHostTop99p,
7381+
cspmHostsAgentlessScannersSum,
7382+
cspmHostsAgentlessScannersTop99p,
72577383
customTsAvg,
72587384
cwsContainerCountAvg,
72597385
cwsFargateTaskAvg,
@@ -7589,6 +7715,12 @@ public String toString() {
75897715
sb.append(" csmHostEnterpriseTotalHostCountTop99p: ")
75907716
.append(toIndentedString(csmHostEnterpriseTotalHostCountTop99p))
75917717
.append("\n");
7718+
sb.append(" csmHostProHostsAgentlessScannersSum: ")
7719+
.append(toIndentedString(csmHostProHostsAgentlessScannersSum))
7720+
.append("\n");
7721+
sb.append(" csmHostProHostsAgentlessScannersTop99p: ")
7722+
.append(toIndentedString(csmHostProHostsAgentlessScannersTop99p))
7723+
.append("\n");
75927724
sb.append(" csmHostProOciHostCountTop99p: ")
75937725
.append(toIndentedString(csmHostProOciHostCountTop99p))
75947726
.append("\n");
@@ -7601,6 +7733,12 @@ public String toString() {
76017733
sb.append(" cspmContainerHwm: ").append(toIndentedString(cspmContainerHwm)).append("\n");
76027734
sb.append(" cspmGcpHostTop99p: ").append(toIndentedString(cspmGcpHostTop99p)).append("\n");
76037735
sb.append(" cspmHostTop99p: ").append(toIndentedString(cspmHostTop99p)).append("\n");
7736+
sb.append(" cspmHostsAgentlessScannersSum: ")
7737+
.append(toIndentedString(cspmHostsAgentlessScannersSum))
7738+
.append("\n");
7739+
sb.append(" cspmHostsAgentlessScannersTop99p: ")
7740+
.append(toIndentedString(cspmHostsAgentlessScannersTop99p))
7741+
.append("\n");
76047742
sb.append(" customTsAvg: ").append(toIndentedString(customTsAvg)).append("\n");
76057743
sb.append(" cwsContainerCountAvg: ")
76067744
.append(toIndentedString(cwsContainerCountAvg))

0 commit comments

Comments
 (0)