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
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20700,6 +20700,11 @@ components:
hours in the current date for the given org.
format: int64
type: integer
apm_enterprise_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Enterprise
hosts over all hours in the current date for all organizations.
format: int64
type: integer
apm_fargate_count_avg:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current date for all organizations.
Expand All @@ -20710,6 +20715,11 @@ components:
hours in the current date for all organizations.
format: int64
type: integer
apm_pro_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Pro hosts
over all hours in the current date for all organizations.
format: int64
type: integer
appsec_fargate_count_avg:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current date for all organizations.
Expand Down Expand Up @@ -21798,6 +21808,11 @@ components:
hours in the current date for the given org.
format: int64
type: integer
apm_enterprise_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Enterprise
hosts over all hours in the current date for the given org.
format: int64
type: integer
apm_fargate_count_avg:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current month for the given org.
Expand All @@ -21808,6 +21823,11 @@ components:
hours in the current date for the given org.
format: int64
type: integer
apm_pro_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Pro hosts
over all hours in the current date for the given org.
format: int64
type: integer
appsec_fargate_count_avg:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current month for the given org.
Expand Down Expand Up @@ -22900,6 +22920,11 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
apm_enterprise_standalone_hosts_top99p_sum:
description: Shows the sum of the 99th percentile of all distinct standalone
Enterprise hosts over all hours in the current month for all organizations.
format: int64
type: integer
apm_fargate_count_avg_sum:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current month for all organizations.
Expand All @@ -22910,6 +22935,11 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
apm_pro_standalone_hosts_top99p_sum:
description: Shows the sum of the 99th percentile of all distinct standalone
Pro hosts over all hours in the current month for all organizations.
format: int64
type: integer
appsec_fargate_count_avg_sum:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current month for all organizations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
UsageSummaryDate.JSON_PROPERTY_AGENT_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P,
UsageSummaryDate.JSON_PROPERTY_APM_FARGATE_COUNT_AVG,
UsageSummaryDate.JSON_PROPERTY_APM_HOST_TOP99P,
UsageSummaryDate.JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P,
UsageSummaryDate.JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG,
UsageSummaryDate.JSON_PROPERTY_ASM_SERVERLESS_SUM,
UsageSummaryDate.JSON_PROPERTY_AUDIT_LOGS_LINES_INDEXED_SUM,
Expand Down Expand Up @@ -243,12 +245,20 @@ public class UsageSummaryDate {
public static final String JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P = "apm_devsecops_host_top99p";
private Long apmDevsecopsHostTop99p;

public static final String JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P =
"apm_enterprise_standalone_hosts_top99p";
private Long apmEnterpriseStandaloneHostsTop99p;

public static final String JSON_PROPERTY_APM_FARGATE_COUNT_AVG = "apm_fargate_count_avg";
private Long apmFargateCountAvg;

public static final String JSON_PROPERTY_APM_HOST_TOP99P = "apm_host_top99p";
private Long apmHostTop99p;

public static final String JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P =
"apm_pro_standalone_hosts_top99p";
private Long apmProStandaloneHostsTop99p;

public static final String JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG = "appsec_fargate_count_avg";
private Long appsecFargateCountAvg;

Expand Down Expand Up @@ -1050,6 +1060,29 @@ public void setApmDevsecopsHostTop99p(Long apmDevsecopsHostTop99p) {
this.apmDevsecopsHostTop99p = apmDevsecopsHostTop99p;
}

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

/**
* Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the
* current date for all organizations.
*
* @return apmEnterpriseStandaloneHostsTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getApmEnterpriseStandaloneHostsTop99p() {
return apmEnterpriseStandaloneHostsTop99p;
}

public void setApmEnterpriseStandaloneHostsTop99p(Long apmEnterpriseStandaloneHostsTop99p) {
this.apmEnterpriseStandaloneHostsTop99p = apmEnterpriseStandaloneHostsTop99p;
}

public UsageSummaryDate apmFargateCountAvg(Long apmFargateCountAvg) {
this.apmFargateCountAvg = apmFargateCountAvg;
return this;
Expand Down Expand Up @@ -1094,6 +1127,28 @@ public void setApmHostTop99p(Long apmHostTop99p) {
this.apmHostTop99p = apmHostTop99p;
}

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

/**
* Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current
* date for all organizations.
*
* @return apmProStandaloneHostsTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getApmProStandaloneHostsTop99p() {
return apmProStandaloneHostsTop99p;
}

public void setApmProStandaloneHostsTop99p(Long apmProStandaloneHostsTop99p) {
this.apmProStandaloneHostsTop99p = apmProStandaloneHostsTop99p;
}

public UsageSummaryDate appsecFargateCountAvg(Long appsecFargateCountAvg) {
this.appsecFargateCountAvg = appsecFargateCountAvg;
return this;
Expand Down Expand Up @@ -5688,8 +5743,13 @@ public boolean equals(Object o) {
&& Objects.equals(
this.apmAzureAppServiceHostTop99p, usageSummaryDate.apmAzureAppServiceHostTop99p)
&& Objects.equals(this.apmDevsecopsHostTop99p, usageSummaryDate.apmDevsecopsHostTop99p)
&& Objects.equals(
this.apmEnterpriseStandaloneHostsTop99p,
usageSummaryDate.apmEnterpriseStandaloneHostsTop99p)
&& Objects.equals(this.apmFargateCountAvg, usageSummaryDate.apmFargateCountAvg)
&& Objects.equals(this.apmHostTop99p, usageSummaryDate.apmHostTop99p)
&& Objects.equals(
this.apmProStandaloneHostsTop99p, usageSummaryDate.apmProStandaloneHostsTop99p)
&& Objects.equals(this.appsecFargateCountAvg, usageSummaryDate.appsecFargateCountAvg)
&& Objects.equals(this.asmServerlessSum, usageSummaryDate.asmServerlessSum)
&& Objects.equals(this.auditLogsLinesIndexedSum, usageSummaryDate.auditLogsLinesIndexedSum)
Expand Down Expand Up @@ -6064,8 +6124,10 @@ public int hashCode() {
agentHostTop99p,
apmAzureAppServiceHostTop99p,
apmDevsecopsHostTop99p,
apmEnterpriseStandaloneHostsTop99p,
apmFargateCountAvg,
apmHostTop99p,
apmProStandaloneHostsTop99p,
appsecFargateCountAvg,
asmServerlessSum,
auditLogsLinesIndexedSum,
Expand Down Expand Up @@ -6278,8 +6340,14 @@ public String toString() {
sb.append(" apmDevsecopsHostTop99p: ")
.append(toIndentedString(apmDevsecopsHostTop99p))
.append("\n");
sb.append(" apmEnterpriseStandaloneHostsTop99p: ")
.append(toIndentedString(apmEnterpriseStandaloneHostsTop99p))
.append("\n");
sb.append(" apmFargateCountAvg: ").append(toIndentedString(apmFargateCountAvg)).append("\n");
sb.append(" apmHostTop99p: ").append(toIndentedString(apmHostTop99p)).append("\n");
sb.append(" apmProStandaloneHostsTop99p: ")
.append(toIndentedString(apmProStandaloneHostsTop99p))
.append("\n");
sb.append(" appsecFargateCountAvg: ")
.append(toIndentedString(appsecFargateCountAvg))
.append("\n");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
UsageSummaryDateOrg.JSON_PROPERTY_AGENT_HOST_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_APM_FARGATE_COUNT_AVG,
UsageSummaryDateOrg.JSON_PROPERTY_APM_HOST_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P,
UsageSummaryDateOrg.JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG,
UsageSummaryDateOrg.JSON_PROPERTY_ASM_SERVERLESS_SUM,
UsageSummaryDateOrg.JSON_PROPERTY_AUDIT_LOGS_LINES_INDEXED_SUM,
Expand Down Expand Up @@ -253,12 +255,20 @@ public class UsageSummaryDateOrg {
public static final String JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P = "apm_devsecops_host_top99p";
private Long apmDevsecopsHostTop99p;

public static final String JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P =
"apm_enterprise_standalone_hosts_top99p";
private Long apmEnterpriseStandaloneHostsTop99p;

public static final String JSON_PROPERTY_APM_FARGATE_COUNT_AVG = "apm_fargate_count_avg";
private Long apmFargateCountAvg;

public static final String JSON_PROPERTY_APM_HOST_TOP99P = "apm_host_top99p";
private Long apmHostTop99p;

public static final String JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P =
"apm_pro_standalone_hosts_top99p";
private Long apmProStandaloneHostsTop99p;

public static final String JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG = "appsec_fargate_count_avg";
private Long appsecFargateCountAvg;

Expand Down Expand Up @@ -1114,6 +1124,29 @@ public void setApmDevsecopsHostTop99p(Long apmDevsecopsHostTop99p) {
this.apmDevsecopsHostTop99p = apmDevsecopsHostTop99p;
}

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

/**
* Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the
* current date for the given org.
*
* @return apmEnterpriseStandaloneHostsTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getApmEnterpriseStandaloneHostsTop99p() {
return apmEnterpriseStandaloneHostsTop99p;
}

public void setApmEnterpriseStandaloneHostsTop99p(Long apmEnterpriseStandaloneHostsTop99p) {
this.apmEnterpriseStandaloneHostsTop99p = apmEnterpriseStandaloneHostsTop99p;
}

public UsageSummaryDateOrg apmFargateCountAvg(Long apmFargateCountAvg) {
this.apmFargateCountAvg = apmFargateCountAvg;
return this;
Expand Down Expand Up @@ -1158,6 +1191,28 @@ public void setApmHostTop99p(Long apmHostTop99p) {
this.apmHostTop99p = apmHostTop99p;
}

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

/**
* Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current
* date for the given org.
*
* @return apmProStandaloneHostsTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Long getApmProStandaloneHostsTop99p() {
return apmProStandaloneHostsTop99p;
}

public void setApmProStandaloneHostsTop99p(Long apmProStandaloneHostsTop99p) {
this.apmProStandaloneHostsTop99p = apmProStandaloneHostsTop99p;
}

public UsageSummaryDateOrg appsecFargateCountAvg(Long appsecFargateCountAvg) {
this.appsecFargateCountAvg = appsecFargateCountAvg;
return this;
Expand Down Expand Up @@ -5827,8 +5882,13 @@ public boolean equals(Object o) {
&& Objects.equals(
this.apmAzureAppServiceHostTop99p, usageSummaryDateOrg.apmAzureAppServiceHostTop99p)
&& Objects.equals(this.apmDevsecopsHostTop99p, usageSummaryDateOrg.apmDevsecopsHostTop99p)
&& Objects.equals(
this.apmEnterpriseStandaloneHostsTop99p,
usageSummaryDateOrg.apmEnterpriseStandaloneHostsTop99p)
&& Objects.equals(this.apmFargateCountAvg, usageSummaryDateOrg.apmFargateCountAvg)
&& Objects.equals(this.apmHostTop99p, usageSummaryDateOrg.apmHostTop99p)
&& Objects.equals(
this.apmProStandaloneHostsTop99p, usageSummaryDateOrg.apmProStandaloneHostsTop99p)
&& Objects.equals(this.appsecFargateCountAvg, usageSummaryDateOrg.appsecFargateCountAvg)
&& Objects.equals(this.asmServerlessSum, usageSummaryDateOrg.asmServerlessSum)
&& Objects.equals(
Expand Down Expand Up @@ -6229,8 +6289,10 @@ public int hashCode() {
agentHostTop99p,
apmAzureAppServiceHostTop99p,
apmDevsecopsHostTop99p,
apmEnterpriseStandaloneHostsTop99p,
apmFargateCountAvg,
apmHostTop99p,
apmProStandaloneHostsTop99p,
appsecFargateCountAvg,
asmServerlessSum,
auditLogsLinesIndexedSum,
Expand Down Expand Up @@ -6449,8 +6511,14 @@ public String toString() {
sb.append(" apmDevsecopsHostTop99p: ")
.append(toIndentedString(apmDevsecopsHostTop99p))
.append("\n");
sb.append(" apmEnterpriseStandaloneHostsTop99p: ")
.append(toIndentedString(apmEnterpriseStandaloneHostsTop99p))
.append("\n");
sb.append(" apmFargateCountAvg: ").append(toIndentedString(apmFargateCountAvg)).append("\n");
sb.append(" apmHostTop99p: ").append(toIndentedString(apmHostTop99p)).append("\n");
sb.append(" apmProStandaloneHostsTop99p: ")
.append(toIndentedString(apmProStandaloneHostsTop99p))
.append("\n");
sb.append(" appsecFargateCountAvg: ")
.append(toIndentedString(appsecFargateCountAvg))
.append("\n");
Expand Down
Loading
Loading