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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-13 14:31:38.276524",
"spec_repo_commit": "ed3bb0a0"
"regenerated": "2024-12-13 14:48:35.816479",
"spec_repo_commit": "5392df51"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-13 14:31:38.295547",
"spec_repo_commit": "ed3bb0a0"
"regenerated": "2024-12-13 14:48:35.835123",
"spec_repo_commit": "5392df51"
}
}
}
29 changes: 29 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4185,6 +4185,7 @@ components:
- ci_test_indexed_spans_usage
- ci_visibility_itr_usage
- cloud_siem_usage
- code_security_host_usage
- container_excl_agent_usage
- container_usage
- cspm_containers_usage
Expand Down Expand Up @@ -4258,6 +4259,7 @@ components:
- CI_TEST_INDEXED_SPANS_USAGE
- CI_VISIBILITY_ITR_USAGE
- CLOUD_SIEM_USAGE
- CODE_SECURITY_HOST_USAGE
- CONTAINER_EXCL_AGENT_USAGE
- CONTAINER_USAGE
- CSPM_CONTAINERS_USAGE
Expand Down Expand Up @@ -7938,6 +7940,8 @@ components:
- ci_visibility_itr_percentage
- cloud_siem_usage
- cloud_siem_percentage
- code_security_host_usage
- code_security_host_percentage
- container_excl_agent_usage
- container_excl_agent_percentage
- container_usage
Expand Down Expand Up @@ -8079,6 +8083,8 @@ components:
- CI_VISIBILITY_ITR_PERCENTAGE
- CLOUD_SIEM_USAGE
- CLOUD_SIEM_PERCENTAGE
- CODE_SECURITY_HOST_USAGE
- CODE_SECURITY_HOST_PERCENTAGE
- CONTAINER_EXCL_AGENT_USAGE
- CONTAINER_EXCL_AGENT_PERCENTAGE
- CONTAINER_USAGE
Expand Down Expand Up @@ -8306,6 +8312,14 @@ components:
tag(s).
format: double
type: number
code_security_host_percentage:
description: The percentage of Code Security host usage by tags.
format: double
type: number
code_security_host_usage:
description: The Code Security host usage by tags.
format: double
type: number
container_excl_agent_percentage:
description: The percentage of container usage without the Datadog Agent
by tag(s).
Expand Down Expand Up @@ -19790,6 +19804,11 @@ components:
Analysis committers over all hours in the current date for the given org.
format: int64
type: integer
code_security_host_top99p:
description: Shows the 99th percentile of all Code Security hosts over all
hours in the current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -20556,6 +20575,11 @@ components:
Analysis committers over all hours in the current date for the given org.
format: int64
type: integer
code_security_host_top99p:
description: Shows the 99th percentile of all Code Security hosts over all
hours in the current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for the given org.
Expand Down Expand Up @@ -21333,6 +21357,11 @@ components:
Analysis committers over all hours in the current month for all organizations.
format: int64
type: integer
code_security_host_top99p_sum:
description: Shows the 99th percentile of all Code Security hosts over all
hours in the current month for all organizations.
format: int64
type: integer
container_avg_sum:
description: Shows the average of all distinct containers over all hours
in the current month for all organizations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
"ci_test_indexed_spans_usage",
"ci_visibility_itr_usage",
"cloud_siem_usage",
"code_security_host_usage",
"container_excl_agent_usage",
"container_usage",
"cspm_containers_usage",
Expand Down Expand Up @@ -124,6 +125,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
new HourlyUsageAttributionUsageType("ci_visibility_itr_usage");
public static final HourlyUsageAttributionUsageType CLOUD_SIEM_USAGE =
new HourlyUsageAttributionUsageType("cloud_siem_usage");
public static final HourlyUsageAttributionUsageType CODE_SECURITY_HOST_USAGE =
new HourlyUsageAttributionUsageType("code_security_host_usage");
public static final HourlyUsageAttributionUsageType CONTAINER_EXCL_AGENT_USAGE =
new HourlyUsageAttributionUsageType("container_excl_agent_usage");
public static final HourlyUsageAttributionUsageType CONTAINER_USAGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
"ci_visibility_itr_percentage",
"cloud_siem_usage",
"cloud_siem_percentage",
"code_security_host_usage",
"code_security_host_percentage",
"container_excl_agent_usage",
"container_excl_agent_percentage",
"container_usage",
Expand Down Expand Up @@ -211,6 +213,10 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
new MonthlyUsageAttributionSupportedMetrics("cloud_siem_usage");
public static final MonthlyUsageAttributionSupportedMetrics CLOUD_SIEM_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("cloud_siem_percentage");
public static final MonthlyUsageAttributionSupportedMetrics CODE_SECURITY_HOST_USAGE =
new MonthlyUsageAttributionSupportedMetrics("code_security_host_usage");
public static final MonthlyUsageAttributionSupportedMetrics CODE_SECURITY_HOST_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("code_security_host_percentage");
public static final MonthlyUsageAttributionSupportedMetrics CONTAINER_EXCL_AGENT_USAGE =
new MonthlyUsageAttributionSupportedMetrics("container_excl_agent_usage");
public static final MonthlyUsageAttributionSupportedMetrics CONTAINER_EXCL_AGENT_PERCENTAGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
MonthlyUsageAttributionValues.JSON_PROPERTY_CI_VISIBILITY_ITR_USAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CLOUD_SIEM_PERCENTAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CLOUD_SIEM_USAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CODE_SECURITY_HOST_PERCENTAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CODE_SECURITY_HOST_USAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CONTAINER_EXCL_AGENT_PERCENTAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CONTAINER_EXCL_AGENT_USAGE,
MonthlyUsageAttributionValues.JSON_PROPERTY_CONTAINER_PERCENTAGE,
Expand Down Expand Up @@ -238,6 +240,13 @@ public class MonthlyUsageAttributionValues {
public static final String JSON_PROPERTY_CLOUD_SIEM_USAGE = "cloud_siem_usage";
private Double cloudSiemUsage;

public static final String JSON_PROPERTY_CODE_SECURITY_HOST_PERCENTAGE =
"code_security_host_percentage";
private Double codeSecurityHostPercentage;

public static final String JSON_PROPERTY_CODE_SECURITY_HOST_USAGE = "code_security_host_usage";
private Double codeSecurityHostUsage;

public static final String JSON_PROPERTY_CONTAINER_EXCL_AGENT_PERCENTAGE =
"container_excl_agent_percentage";
private Double containerExclAgentPercentage;
Expand Down Expand Up @@ -1135,6 +1144,49 @@ public void setCloudSiemUsage(Double cloudSiemUsage) {
this.cloudSiemUsage = cloudSiemUsage;
}

public MonthlyUsageAttributionValues codeSecurityHostPercentage(
Double codeSecurityHostPercentage) {
this.codeSecurityHostPercentage = codeSecurityHostPercentage;
return this;
}

/**
* The percentage of Code Security host usage by tags.
*
* @return codeSecurityHostPercentage
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CODE_SECURITY_HOST_PERCENTAGE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getCodeSecurityHostPercentage() {
return codeSecurityHostPercentage;
}

public void setCodeSecurityHostPercentage(Double codeSecurityHostPercentage) {
this.codeSecurityHostPercentage = codeSecurityHostPercentage;
}

public MonthlyUsageAttributionValues codeSecurityHostUsage(Double codeSecurityHostUsage) {
this.codeSecurityHostUsage = codeSecurityHostUsage;
return this;
}

/**
* The Code Security host usage by tags.
*
* @return codeSecurityHostUsage
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CODE_SECURITY_HOST_USAGE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getCodeSecurityHostUsage() {
return codeSecurityHostUsage;
}

public void setCodeSecurityHostUsage(Double codeSecurityHostUsage) {
this.codeSecurityHostUsage = codeSecurityHostUsage;
}

public MonthlyUsageAttributionValues containerExclAgentPercentage(
Double containerExclAgentPercentage) {
this.containerExclAgentPercentage = containerExclAgentPercentage;
Expand Down Expand Up @@ -3624,6 +3676,11 @@ public boolean equals(Object o) {
&& Objects.equals(
this.cloudSiemPercentage, monthlyUsageAttributionValues.cloudSiemPercentage)
&& Objects.equals(this.cloudSiemUsage, monthlyUsageAttributionValues.cloudSiemUsage)
&& Objects.equals(
this.codeSecurityHostPercentage,
monthlyUsageAttributionValues.codeSecurityHostPercentage)
&& Objects.equals(
this.codeSecurityHostUsage, monthlyUsageAttributionValues.codeSecurityHostUsage)
&& Objects.equals(
this.containerExclAgentPercentage,
monthlyUsageAttributionValues.containerExclAgentPercentage)
Expand Down Expand Up @@ -3892,6 +3949,8 @@ public int hashCode() {
ciVisibilityItrUsage,
cloudSiemPercentage,
cloudSiemUsage,
codeSecurityHostPercentage,
codeSecurityHostUsage,
containerExclAgentPercentage,
containerExclAgentUsage,
containerPercentage,
Expand Down Expand Up @@ -4057,6 +4116,12 @@ public String toString() {
.append(toIndentedString(cloudSiemPercentage))
.append("\n");
sb.append(" cloudSiemUsage: ").append(toIndentedString(cloudSiemUsage)).append("\n");
sb.append(" codeSecurityHostPercentage: ")
.append(toIndentedString(codeSecurityHostPercentage))
.append("\n");
sb.append(" codeSecurityHostUsage: ")
.append(toIndentedString(codeSecurityHostUsage))
.append("\n");
sb.append(" containerExclAgentPercentage: ")
.append(toIndentedString(containerExclAgentPercentage))
.append("\n");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
UsageSummaryDate.JSON_PROPERTY_CLOUD_SIEM_EVENTS_SUM,
UsageSummaryDate.JSON_PROPERTY_CODE_ANALYSIS_SA_COMMITTERS_HWM,
UsageSummaryDate.JSON_PROPERTY_CODE_ANALYSIS_SCA_COMMITTERS_HWM,
UsageSummaryDate.JSON_PROPERTY_CODE_SECURITY_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_CONTAINER_AVG,
UsageSummaryDate.JSON_PROPERTY_CONTAINER_EXCL_AGENT_AVG,
UsageSummaryDate.JSON_PROPERTY_CONTAINER_HWM,
Expand Down Expand Up @@ -273,6 +274,9 @@ public class UsageSummaryDate {
"code_analysis_sca_committers_hwm";
private Long codeAnalysisScaCommittersHwm;

public static final String JSON_PROPERTY_CODE_SECURITY_HOST_TOP99P = "code_security_host_top99p";
private Long codeSecurityHostTop99p;

public static final String JSON_PROPERTY_CONTAINER_AVG = "container_avg";
private Long containerAvg;

Expand Down Expand Up @@ -1338,6 +1342,28 @@ public void setCodeAnalysisScaCommittersHwm(Long codeAnalysisScaCommittersHwm) {
this.codeAnalysisScaCommittersHwm = codeAnalysisScaCommittersHwm;
}

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

/**
* Shows the 99th percentile of all Code Security hosts over all hours in the current date for the
* given org.
*
* @return codeSecurityHostTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CODE_SECURITY_HOST_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getCodeSecurityHostTop99p() {
return codeSecurityHostTop99p;
}

public void setCodeSecurityHostTop99p(Long codeSecurityHostTop99p) {
this.codeSecurityHostTop99p = codeSecurityHostTop99p;
}

public UsageSummaryDate containerAvg(Long containerAvg) {
this.containerAvg = containerAvg;
return this;
Expand Down Expand Up @@ -3933,6 +3959,7 @@ public boolean equals(Object o) {
this.codeAnalysisSaCommittersHwm, usageSummaryDate.codeAnalysisSaCommittersHwm)
&& Objects.equals(
this.codeAnalysisScaCommittersHwm, usageSummaryDate.codeAnalysisScaCommittersHwm)
&& Objects.equals(this.codeSecurityHostTop99p, usageSummaryDate.codeSecurityHostTop99p)
&& Objects.equals(this.containerAvg, usageSummaryDate.containerAvg)
&& Objects.equals(this.containerExclAgentAvg, usageSummaryDate.containerExclAgentAvg)
&& Objects.equals(this.containerHwm, usageSummaryDate.containerHwm)
Expand Down Expand Up @@ -4159,6 +4186,7 @@ public int hashCode() {
cloudSiemEventsSum,
codeAnalysisSaCommittersHwm,
codeAnalysisScaCommittersHwm,
codeSecurityHostTop99p,
containerAvg,
containerExclAgentAvg,
containerHwm,
Expand Down Expand Up @@ -4350,6 +4378,9 @@ public String toString() {
sb.append(" codeAnalysisScaCommittersHwm: ")
.append(toIndentedString(codeAnalysisScaCommittersHwm))
.append("\n");
sb.append(" codeSecurityHostTop99p: ")
.append(toIndentedString(codeSecurityHostTop99p))
.append("\n");
sb.append(" containerAvg: ").append(toIndentedString(containerAvg)).append("\n");
sb.append(" containerExclAgentAvg: ")
.append(toIndentedString(containerExclAgentAvg))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
UsageSummaryDateOrg.JSON_PROPERTY_CLOUD_SIEM_EVENTS_SUM,
UsageSummaryDateOrg.JSON_PROPERTY_CODE_ANALYSIS_SA_COMMITTERS_HWM,
UsageSummaryDateOrg.JSON_PROPERTY_CODE_ANALYSIS_SCA_COMMITTERS_HWM,
UsageSummaryDateOrg.JSON_PROPERTY_CODE_SECURITY_HOST_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_CONTAINER_AVG,
UsageSummaryDateOrg.JSON_PROPERTY_CONTAINER_EXCL_AGENT_AVG,
UsageSummaryDateOrg.JSON_PROPERTY_CONTAINER_HWM,
Expand Down Expand Up @@ -282,6 +283,9 @@ public class UsageSummaryDateOrg {
"code_analysis_sca_committers_hwm";
private Long codeAnalysisScaCommittersHwm;

public static final String JSON_PROPERTY_CODE_SECURITY_HOST_TOP99P = "code_security_host_top99p";
private Long codeSecurityHostTop99p;

public static final String JSON_PROPERTY_CONTAINER_AVG = "container_avg";
private Long containerAvg;

Expand Down Expand Up @@ -1399,6 +1403,28 @@ public void setCodeAnalysisScaCommittersHwm(Long codeAnalysisScaCommittersHwm) {
this.codeAnalysisScaCommittersHwm = codeAnalysisScaCommittersHwm;
}

public UsageSummaryDateOrg codeSecurityHostTop99p(Long codeSecurityHostTop99p) {
this.codeSecurityHostTop99p = codeSecurityHostTop99p;
return this;
}

/**
* Shows the 99th percentile of all Code Security hosts over all hours in the current date for the
* given org.
*
* @return codeSecurityHostTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CODE_SECURITY_HOST_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getCodeSecurityHostTop99p() {
return codeSecurityHostTop99p;
}

public void setCodeSecurityHostTop99p(Long codeSecurityHostTop99p) {
this.codeSecurityHostTop99p = codeSecurityHostTop99p;
}

public UsageSummaryDateOrg containerAvg(Long containerAvg) {
this.containerAvg = containerAvg;
return this;
Expand Down Expand Up @@ -4075,6 +4101,7 @@ public boolean equals(Object o) {
this.codeAnalysisSaCommittersHwm, usageSummaryDateOrg.codeAnalysisSaCommittersHwm)
&& Objects.equals(
this.codeAnalysisScaCommittersHwm, usageSummaryDateOrg.codeAnalysisScaCommittersHwm)
&& Objects.equals(this.codeSecurityHostTop99p, usageSummaryDateOrg.codeSecurityHostTop99p)
&& Objects.equals(this.containerAvg, usageSummaryDateOrg.containerAvg)
&& Objects.equals(this.containerExclAgentAvg, usageSummaryDateOrg.containerExclAgentAvg)
&& Objects.equals(this.containerHwm, usageSummaryDateOrg.containerHwm)
Expand Down Expand Up @@ -4319,6 +4346,7 @@ public int hashCode() {
cloudSiemEventsSum,
codeAnalysisSaCommittersHwm,
codeAnalysisScaCommittersHwm,
codeSecurityHostTop99p,
containerAvg,
containerExclAgentAvg,
containerHwm,
Expand Down Expand Up @@ -4516,6 +4544,9 @@ public String toString() {
sb.append(" codeAnalysisScaCommittersHwm: ")
.append(toIndentedString(codeAnalysisScaCommittersHwm))
.append("\n");
sb.append(" codeSecurityHostTop99p: ")
.append(toIndentedString(codeSecurityHostTop99p))
.append("\n");
sb.append(" containerAvg: ").append(toIndentedString(containerAvg)).append("\n");
sb.append(" containerExclAgentAvg: ")
.append(toIndentedString(containerExclAgentAvg))
Expand Down
Loading
Loading