From d8201718adf4c3d035a89a5c1ec07eb2859ff3ed Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 5 Nov 2025 16:42:27 +0000 Subject: [PATCH] Regenerate client from commit e470158 of spec repo --- .generator/schemas/v1/openapi.yaml | 30 +++++++++++++++++++ .../src/v1/models/UsageSummaryDate.ts | 18 +++++++++++ .../src/v1/models/UsageSummaryDateOrg.ts | 18 +++++++++++ .../src/v1/models/UsageSummaryResponse.ts | 18 +++++++++++ 4 files changed, 84 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 11bca0724fa2..81bb22eb0b97 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/services/usage_metering/src/v1/models/UsageSummaryDate.ts b/services/usage_metering/src/v1/models/UsageSummaryDate.ts index c8603042a57e..4f6fb7e137e9 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryDate.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryDate.ts @@ -18,6 +18,10 @@ export class UsageSummaryDate { * Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org. */ "apmDevsecopsHostTop99P"?: number; + /** + * Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for all organizations. + */ + "apmEnterpriseStandaloneHostsTop99P"?: number; /** * Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations. */ @@ -26,6 +30,10 @@ export class UsageSummaryDate { * Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations. */ "apmHostTop99P"?: number; + /** + * Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for all organizations. + */ + "apmProStandaloneHostsTop99P"?: number; /** * Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations. */ @@ -848,6 +856,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + apmEnterpriseStandaloneHostsTop99P: { + baseName: "apm_enterprise_standalone_hosts_top99p", + type: "number", + format: "int64", + }, apmFargateCountAvg: { baseName: "apm_fargate_count_avg", type: "number", @@ -858,6 +871,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + apmProStandaloneHostsTop99P: { + baseName: "apm_pro_standalone_hosts_top99p", + type: "number", + format: "int64", + }, appsecFargateCountAvg: { baseName: "appsec_fargate_count_avg", type: "number", diff --git a/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts b/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts index f35632783254..8339f7dea893 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts @@ -24,6 +24,10 @@ export class UsageSummaryDateOrg { * Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org. */ "apmDevsecopsHostTop99P"?: number; + /** + * Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for the given org. + */ + "apmEnterpriseStandaloneHostsTop99P"?: number; /** * Shows the average of all APM ECS Fargate tasks over all hours in the current month for the given org. */ @@ -32,6 +36,10 @@ export class UsageSummaryDateOrg { * Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org. */ "apmHostTop99P"?: number; + /** + * Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for the given org. + */ + "apmProStandaloneHostsTop99P"?: number; /** * Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for the given org. */ @@ -878,6 +886,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + apmEnterpriseStandaloneHostsTop99P: { + baseName: "apm_enterprise_standalone_hosts_top99p", + type: "number", + format: "int64", + }, apmFargateCountAvg: { baseName: "apm_fargate_count_avg", type: "number", @@ -888,6 +901,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + apmProStandaloneHostsTop99P: { + baseName: "apm_pro_standalone_hosts_top99p", + type: "number", + format: "int64", + }, appsecFargateCountAvg: { baseName: "appsec_fargate_count_avg", type: "number", diff --git a/services/usage_metering/src/v1/models/UsageSummaryResponse.ts b/services/usage_metering/src/v1/models/UsageSummaryResponse.ts index fb1ef8695df2..8c1f1b5e7de6 100644 --- a/services/usage_metering/src/v1/models/UsageSummaryResponse.ts +++ b/services/usage_metering/src/v1/models/UsageSummaryResponse.ts @@ -19,6 +19,10 @@ export class UsageSummaryResponse { * Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current month for all organizations. */ "apmDevsecopsHostTop99PSum"?: number; + /** + * Shows the sum of the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current month for all organizations. + */ + "apmEnterpriseStandaloneHostsTop99PSum"?: number; /** * Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations. */ @@ -27,6 +31,10 @@ export class UsageSummaryResponse { * Shows the 99th percentile of all distinct APM hosts over all hours in the current month for all organizations. */ "apmHostTop99PSum"?: number; + /** + * Shows the sum of the 99th percentile of all distinct standalone Pro hosts over all hours in the current month for all organizations. + */ + "apmProStandaloneHostsTop99PSum"?: number; /** * Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations. */ @@ -893,6 +901,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + apmEnterpriseStandaloneHostsTop99PSum: { + baseName: "apm_enterprise_standalone_hosts_top99p_sum", + type: "number", + format: "int64", + }, apmFargateCountAvgSum: { baseName: "apm_fargate_count_avg_sum", type: "number", @@ -903,6 +916,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + apmProStandaloneHostsTop99PSum: { + baseName: "apm_pro_standalone_hosts_top99p_sum", + type: "number", + format: "int64", + }, appsecFargateCountAvgSum: { baseName: "appsec_fargate_count_avg_sum", type: "number",