Skip to content

Commit b07cde8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7fb616ae of spec repo
1 parent d599cc6 commit b07cde8

File tree

4 files changed

+60
-4
lines changed

4 files changed

+60
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-11-17 19:36:50.122866",
8-
"spec_repo_commit": "506ed2d8"
7+
"regenerated": "2023-11-17 20:28:38.641948",
8+
"spec_repo_commit": "7fb616ae"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-17 19:36:50.146923",
13-
"spec_repo_commit": "506ed2d8"
12+
"regenerated": "2023-11-17 20:28:38.659712",
13+
"spec_repo_commit": "7fb616ae"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19226,6 +19226,16 @@ components:
1922619226
Pro hosts over all hours in the current date for the given org.
1922719227
format: int64
1922819228
type: integer
19229+
custom_historical_ts_avg:
19230+
description: Shows the average number of distinct historical custom metrics
19231+
over all hours in the current date for the given org.
19232+
format: int64
19233+
type: integer
19234+
custom_live_ts_avg:
19235+
description: Shows the average number of distinct live custom metrics over
19236+
all hours in the current date for the given org.
19237+
format: int64
19238+
type: integer
1922919239
custom_ts_avg:
1923019240
description: Shows the average number of distinct custom metrics over all
1923119241
hours in the current date for the given org.
@@ -19757,6 +19767,16 @@ components:
1975719767
Pro hosts over all hours in the current months for all organizations.
1975819768
format: int64
1975919769
type: integer
19770+
custom_historical_ts_sum:
19771+
description: Shows the average number of distinct historical custom metrics
19772+
over all hours in the current months for all organizations.
19773+
format: int64
19774+
type: integer
19775+
custom_live_ts_sum:
19776+
description: Shows the average number of distinct live custom metrics over
19777+
all hours in the current months for all organizations.
19778+
format: int64
19779+
type: integer
1976019780
custom_ts_sum:
1976119781
description: Shows the average number of distinct custom metrics over all
1976219782
hours in the current months for all organizations.

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ export class UsageSummaryDateOrg {
190190
* Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
191191
*/
192192
"cspmHostTop99p"?: number;
193+
/**
194+
* Shows the average number of distinct historical custom metrics over all hours in the current date for the given org.
195+
*/
196+
"customHistoricalTsAvg"?: number;
197+
/**
198+
* Shows the average number of distinct live custom metrics over all hours in the current date for the given org.
199+
*/
200+
"customLiveTsAvg"?: number;
193201
/**
194202
* Shows the average number of distinct custom metrics over all hours in the current date for the given org.
195203
*/
@@ -661,6 +669,16 @@ export class UsageSummaryDateOrg {
661669
type: "number",
662670
format: "int64",
663671
},
672+
customHistoricalTsAvg: {
673+
baseName: "custom_historical_ts_avg",
674+
type: "number",
675+
format: "int64",
676+
},
677+
customLiveTsAvg: {
678+
baseName: "custom_live_ts_avg",
679+
type: "number",
680+
format: "int64",
681+
},
664682
customTsAvg: {
665683
baseName: "custom_ts_avg",
666684
type: "number",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@ export class UsageSummaryResponse {
196196
* Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current months for all organizations.
197197
*/
198198
"cspmHostTop99pSum"?: number;
199+
/**
200+
* Shows the average number of distinct historical custom metrics over all hours in the current months for all organizations.
201+
*/
202+
"customHistoricalTsSum"?: number;
203+
/**
204+
* Shows the average number of distinct live custom metrics over all hours in the current months for all organizations.
205+
*/
206+
"customLiveTsSum"?: number;
199207
/**
200208
* Shows the average number of distinct custom metrics over all hours in the current months for all organizations.
201209
*/
@@ -696,6 +704,16 @@ export class UsageSummaryResponse {
696704
type: "number",
697705
format: "int64",
698706
},
707+
customHistoricalTsSum: {
708+
baseName: "custom_historical_ts_sum",
709+
type: "number",
710+
format: "int64",
711+
},
712+
customLiveTsSum: {
713+
baseName: "custom_live_ts_sum",
714+
type: "number",
715+
format: "int64",
716+
},
699717
customTsSum: {
700718
baseName: "custom_ts_sum",
701719
type: "number",

0 commit comments

Comments
 (0)