Skip to content

Commit b185927

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add Flex_Logs_Compute_XL to API Spec (#2619)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent db2dbce commit b185927

File tree

5 files changed

+44
-2
lines changed

5 files changed

+44
-2
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "6e520c2",
3-
"generated": "2025-08-05 21:12:07.686"
2+
"spec_repo_commit": "f391bf6",
3+
"generated": "2025-08-06 15:15:43.494"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20817,6 +20817,11 @@ components:
2081720817
over all hours in the current date for the given org.
2081820818
format: int64
2081920819
type: integer
20820+
flex_logs_compute_xlarge_avg:
20821+
description: Shows the average number of Flex Logs Compute Extra Large Instances
20822+
over all hours in the current date for the given org.
20823+
format: int64
20824+
type: integer
2082020825
flex_logs_compute_xsmall_avg:
2082120826
description: Shows the average number of Flex Logs Compute Extra Small Instances
2082220827
over all hours in the current date for the given org.
@@ -21761,6 +21766,11 @@ components:
2176121766
over all hours in the current date for the given org.
2176221767
format: int64
2176321768
type: integer
21769+
flex_logs_compute_xlarge_avg:
21770+
description: Shows the average number of Flex Logs Compute Extra Large Instances
21771+
over all hours in the current date for the given org.
21772+
format: int64
21773+
type: integer
2176421774
flex_logs_compute_xsmall_avg:
2176521775
description: Shows the average number of Flex Logs Compute Extra Small Instances
2176621776
over all hours in the current date for the given org.
@@ -22712,6 +22722,11 @@ components:
2271222722
over all hours in the current months for all organizations.
2271322723
format: int64
2271422724
type: integer
22725+
flex_logs_compute_xlarge_avg_sum:
22726+
description: Shows the average number of Flex Logs Compute Extra Large Instances
22727+
over all hours in the current months for all organizations.
22728+
format: int64
22729+
type: integer
2271522730
flex_logs_compute_xsmall_avg_sum:
2271622731
description: Shows the average number of Flex Logs Compute Extra Small Instances
2271722732
over all hours in the current months for all organizations.

packages/datadog-api-client-v1/models/UsageSummaryDate.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ export class UsageSummaryDate {
355355
* Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
356356
*/
357357
"flexLogsComputeSmallAvg"?: number;
358+
/**
359+
* Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current date for the given org.
360+
*/
361+
"flexLogsComputeXlargeAvg"?: number;
358362
/**
359363
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
360364
*/
@@ -1154,6 +1158,11 @@ export class UsageSummaryDate {
11541158
type: "number",
11551159
format: "int64",
11561160
},
1161+
flexLogsComputeXlargeAvg: {
1162+
baseName: "flex_logs_compute_xlarge_avg",
1163+
type: "number",
1164+
format: "int64",
1165+
},
11571166
flexLogsComputeXsmallAvg: {
11581167
baseName: "flex_logs_compute_xsmall_avg",
11591168
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@ export class UsageSummaryDateOrg {
366366
* Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
367367
*/
368368
"flexLogsComputeSmallAvg"?: number;
369+
/**
370+
* Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current date for the given org.
371+
*/
372+
"flexLogsComputeXlargeAvg"?: number;
369373
/**
370374
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
371375
*/
@@ -1190,6 +1194,11 @@ export class UsageSummaryDateOrg {
11901194
type: "number",
11911195
format: "int64",
11921196
},
1197+
flexLogsComputeXlargeAvg: {
1198+
baseName: "flex_logs_compute_xlarge_avg",
1199+
type: "number",
1200+
format: "int64",
1201+
},
11931202
flexLogsComputeXsmallAvg: {
11941203
baseName: "flex_logs_compute_xsmall_avg",
11951204
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryResponse.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ export class UsageSummaryResponse {
368368
* Shows the average number of Flex Logs Compute Small Instances over all hours in the current months for all organizations.
369369
*/
370370
"flexLogsComputeSmallAvgSum"?: number;
371+
/**
372+
* Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current months for all organizations.
373+
*/
374+
"flexLogsComputeXlargeAvgSum"?: number;
371375
/**
372376
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current months for all organizations.
373377
*/
@@ -1215,6 +1219,11 @@ export class UsageSummaryResponse {
12151219
type: "number",
12161220
format: "int64",
12171221
},
1222+
flexLogsComputeXlargeAvgSum: {
1223+
baseName: "flex_logs_compute_xlarge_avg_sum",
1224+
type: "number",
1225+
format: "int64",
1226+
},
12181227
flexLogsComputeXsmallAvgSum: {
12191228
baseName: "flex_logs_compute_xsmall_avg_sum",
12201229
type: "number",

0 commit comments

Comments
 (0)