Skip to content

Commit ebadeac

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 591ed06 of spec repo
1 parent d2f5513 commit ebadeac

File tree

4 files changed

+168
-0
lines changed

4 files changed

+168
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20841,6 +20841,11 @@ components:
2084120841
for the given date and given organization.
2084220842
format: int64
2084320843
type: integer
20844+
cloud_cost_management_oci_host_count_avg:
20845+
description: Host count average of Cloud Cost Management for OCI for the
20846+
given date and given organization.
20847+
format: int64
20848+
type: integer
2084420849
cloud_siem_events_sum:
2084520850
description: Shows the sum of all Cloud Security Information and Event Management
2084620851
events over all hours in the current date for the given org.
@@ -21075,6 +21080,11 @@ components:
2107521080
Plus over all hours in the current date for the given org.
2107621081
format: int64
2107721082
type: integer
21083+
eph_infra_host_proxmox_sum:
21084+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
21085+
in the current date for all organizations.
21086+
format: int64
21087+
type: integer
2107821088
error_tracking_apm_error_events_sum:
2107921089
description: Shows the sum of all Error Tracking APM error events over all
2108021090
hours in the current date for the given org.
@@ -21371,6 +21381,16 @@ components:
2137121381
within the current date for all organizations.
2137221382
format: int64
2137321383
type: integer
21384+
proxmox_host_sum:
21385+
description: Shows the sum of all Proxmox hosts over all hours in the current
21386+
date for all organizations.
21387+
format: int64
21388+
type: integer
21389+
proxmox_host_top99p:
21390+
description: Shows the 99th percentile of all Proxmox hosts over all hours
21391+
in the current date for all organizations.
21392+
format: int64
21393+
type: integer
2137421394
published_app_hwm:
2137521395
description: Shows the high-water mark of all published applications over
2137621396
all hours in the current date for all organizations.
@@ -21954,6 +21974,11 @@ components:
2195421974
for the given date and given org.
2195521975
format: int64
2195621976
type: integer
21977+
cloud_cost_management_oci_host_count_avg:
21978+
description: Host count average of Cloud Cost Management for OCI for the
21979+
given date and given org.
21980+
format: int64
21981+
type: integer
2195721982
cloud_siem_events_sum:
2195821983
description: Shows the sum of all Cloud Security Information and Event Management
2195921984
events over all hours in the current date for the given org.
@@ -22194,6 +22219,11 @@ components:
2219422219
Plus over all hours in the current date for the given org.
2219522220
format: int64
2219622221
type: integer
22222+
eph_infra_host_proxmox_sum:
22223+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
22224+
in the current date for the given org.
22225+
format: int64
22226+
type: integer
2219722227
error_tracking_apm_error_events_sum:
2219822228
description: Shows the sum of all Error Tracking APM error events over all
2219922229
hours in the current date for the given org.
@@ -22488,6 +22518,16 @@ components:
2248822518
within the current date for the given org.
2248922519
format: int64
2249022520
type: integer
22521+
proxmox_host_sum:
22522+
description: Shows the sum of all Proxmox hosts over all hours in the current
22523+
date for the given org.
22524+
format: int64
22525+
type: integer
22526+
proxmox_host_top99p:
22527+
description: Shows the 99th percentile of all Proxmox hosts over all hours
22528+
in the current date for the given org.
22529+
format: int64
22530+
type: integer
2249122531
public_id:
2249222532
description: The organization public id.
2249322533
type: string
@@ -23077,6 +23117,11 @@ components:
2307723117
all cloud providers.
2307823118
format: int64
2307923119
type: integer
23120+
cloud_cost_management_oci_host_count_avg_sum:
23121+
description: Sum of the host count average for Cloud Cost Management for
23122+
OCI.
23123+
format: int64
23124+
type: integer
2308023125
cloud_siem_events_agg_sum:
2308123126
description: Shows the sum of all Cloud Security Information and Event Management
2308223127
events over all hours in the current month for all organizations.
@@ -23318,6 +23363,11 @@ components:
2331823363
Plus over all hours in the current month for all organizations.
2331923364
format: int64
2332023365
type: integer
23366+
eph_infra_host_proxmox_agg_sum:
23367+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
23368+
in the current month for all organizations.
23369+
format: int64
23370+
type: integer
2332123371
error_tracking_apm_error_events_agg_sum:
2332223372
description: Shows the sum of all Error Tracking APM error events over all
2332323373
hours in the current month for all organizations.
@@ -23636,6 +23686,16 @@ components:
2363623686
in the current month for all organizations.
2363723687
format: int64
2363823688
type: integer
23689+
proxmox_host_agg_sum:
23690+
description: Shows the sum of all Proxmox hosts over all hours in the current
23691+
month for all organizations.
23692+
format: int64
23693+
type: integer
23694+
proxmox_host_top99p_sum:
23695+
description: Shows the sum of the 99th percentile of all Proxmox hosts over
23696+
all hours in the current month for all organizations.
23697+
format: int64
23698+
type: integer
2363923699
published_app_hwm_sum:
2364023700
description: Shows the high-water mark of all published applications over
2364123701
all hours in the current month for all organizations.

services/usage_metering/src/v1/models/UsageSummaryDate.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ export class UsageSummaryDate {
126126
* Host count average of Cloud Cost Management for all cloud providers for the given date and given organization.
127127
*/
128128
"cloudCostManagementHostCountAvg"?: number;
129+
/**
130+
* Host count average of Cloud Cost Management for OCI for the given date and given organization.
131+
*/
132+
"cloudCostManagementOciHostCountAvg"?: number;
129133
/**
130134
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
131135
*/
@@ -306,6 +310,10 @@ export class UsageSummaryDate {
306310
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
307311
*/
308312
"ephInfraHostProplusSum"?: number;
313+
/**
314+
* Shows the sum of all ephemeral Proxmox hosts over all hours in the current date for all organizations.
315+
*/
316+
"ephInfraHostProxmoxSum"?: number;
309317
/**
310318
* Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
311319
*/
@@ -526,6 +534,14 @@ export class UsageSummaryDate {
526534
* Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
527535
*/
528536
"profilingHostTop99P"?: number;
537+
/**
538+
* Shows the sum of all Proxmox hosts over all hours in the current date for all organizations.
539+
*/
540+
"proxmoxHostSum"?: number;
541+
/**
542+
* Shows the 99th percentile of all Proxmox hosts over all hours in the current date for all organizations.
543+
*/
544+
"proxmoxHostTop99P"?: number;
529545
/**
530546
* Shows the high-water mark of all published applications over all hours in the current date for all organizations.
531547
*/
@@ -995,6 +1011,11 @@ export class UsageSummaryDate {
9951011
type: "number",
9961012
format: "int64",
9971013
},
1014+
cloudCostManagementOciHostCountAvg: {
1015+
baseName: "cloud_cost_management_oci_host_count_avg",
1016+
type: "number",
1017+
format: "int64",
1018+
},
9981019
cloudSiemEventsSum: {
9991020
baseName: "cloud_siem_events_sum",
10001021
type: "number",
@@ -1220,6 +1241,11 @@ export class UsageSummaryDate {
12201241
type: "number",
12211242
format: "int64",
12221243
},
1244+
ephInfraHostProxmoxSum: {
1245+
baseName: "eph_infra_host_proxmox_sum",
1246+
type: "number",
1247+
format: "int64",
1248+
},
12231249
errorTrackingApmErrorEventsSum: {
12241250
baseName: "error_tracking_apm_error_events_sum",
12251251
type: "number",
@@ -1494,6 +1520,16 @@ export class UsageSummaryDate {
14941520
type: "number",
14951521
format: "int64",
14961522
},
1523+
proxmoxHostSum: {
1524+
baseName: "proxmox_host_sum",
1525+
type: "number",
1526+
format: "int64",
1527+
},
1528+
proxmoxHostTop99P: {
1529+
baseName: "proxmox_host_top99p",
1530+
type: "number",
1531+
format: "int64",
1532+
},
14971533
publishedAppHwm: {
14981534
baseName: "published_app_hwm",
14991535
type: "number",

services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ export class UsageSummaryDateOrg {
132132
* Host count average of Cloud Cost Management for all cloud providers for the given date and given org.
133133
*/
134134
"cloudCostManagementHostCountAvg"?: number;
135+
/**
136+
* Host count average of Cloud Cost Management for OCI for the given date and given org.
137+
*/
138+
"cloudCostManagementOciHostCountAvg"?: number;
135139
/**
136140
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
137141
*/
@@ -316,6 +320,10 @@ export class UsageSummaryDateOrg {
316320
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
317321
*/
318322
"ephInfraHostProplusSum"?: number;
323+
/**
324+
* Shows the sum of all ephemeral Proxmox hosts over all hours in the current date for the given org.
325+
*/
326+
"ephInfraHostProxmoxSum"?: number;
319327
/**
320328
* Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
321329
*/
@@ -540,6 +548,14 @@ export class UsageSummaryDateOrg {
540548
* Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org.
541549
*/
542550
"profilingHostTop99P"?: number;
551+
/**
552+
* Shows the sum of all Proxmox hosts over all hours in the current date for the given org.
553+
*/
554+
"proxmoxHostSum"?: number;
555+
/**
556+
* Shows the 99th percentile of all Proxmox hosts over all hours in the current date for the given org.
557+
*/
558+
"proxmoxHostTop99P"?: number;
543559
/**
544560
* The organization public id.
545561
*/
@@ -1025,6 +1041,11 @@ export class UsageSummaryDateOrg {
10251041
type: "number",
10261042
format: "int64",
10271043
},
1044+
cloudCostManagementOciHostCountAvg: {
1045+
baseName: "cloud_cost_management_oci_host_count_avg",
1046+
type: "number",
1047+
format: "int64",
1048+
},
10281049
cloudSiemEventsSum: {
10291050
baseName: "cloud_siem_events_sum",
10301051
type: "number",
@@ -1255,6 +1276,11 @@ export class UsageSummaryDateOrg {
12551276
type: "number",
12561277
format: "int64",
12571278
},
1279+
ephInfraHostProxmoxSum: {
1280+
baseName: "eph_infra_host_proxmox_sum",
1281+
type: "number",
1282+
format: "int64",
1283+
},
12581284
errorTrackingApmErrorEventsSum: {
12591285
baseName: "error_tracking_apm_error_events_sum",
12601286
type: "number",
@@ -1533,6 +1559,16 @@ export class UsageSummaryDateOrg {
15331559
type: "number",
15341560
format: "int64",
15351561
},
1562+
proxmoxHostSum: {
1563+
baseName: "proxmox_host_sum",
1564+
type: "number",
1565+
format: "int64",
1566+
},
1567+
proxmoxHostTop99P: {
1568+
baseName: "proxmox_host_top99p",
1569+
type: "number",
1570+
format: "int64",
1571+
},
15361572
publicId: {
15371573
baseName: "public_id",
15381574
type: "string",

services/usage_metering/src/v1/models/UsageSummaryResponse.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ export class UsageSummaryResponse {
131131
* Sum of the host count average for Cloud Cost Management for all cloud providers.
132132
*/
133133
"cloudCostManagementHostCountAvgSum"?: number;
134+
/**
135+
* Sum of the host count average for Cloud Cost Management for OCI.
136+
*/
137+
"cloudCostManagementOciHostCountAvgSum"?: number;
134138
/**
135139
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
136140
*/
@@ -319,6 +323,10 @@ export class UsageSummaryResponse {
319323
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations.
320324
*/
321325
"ephInfraHostProplusAggSum"?: number;
326+
/**
327+
* Shows the sum of all ephemeral Proxmox hosts over all hours in the current month for all organizations.
328+
*/
329+
"ephInfraHostProxmoxAggSum"?: number;
322330
/**
323331
* Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations.
324332
*/
@@ -555,6 +563,14 @@ export class UsageSummaryResponse {
555563
* Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations.
556564
*/
557565
"profilingHostCountTop99PSum"?: number;
566+
/**
567+
* Shows the sum of all Proxmox hosts over all hours in the current month for all organizations.
568+
*/
569+
"proxmoxHostAggSum"?: number;
570+
/**
571+
* Shows the sum of the 99th percentile of all Proxmox hosts over all hours in the current month for all organizations.
572+
*/
573+
"proxmoxHostTop99PSum"?: number;
558574
/**
559575
* Shows the high-water mark of all published applications over all hours in the current month for all organizations.
560576
*/
@@ -1045,6 +1061,11 @@ export class UsageSummaryResponse {
10451061
type: "number",
10461062
format: "int64",
10471063
},
1064+
cloudCostManagementOciHostCountAvgSum: {
1065+
baseName: "cloud_cost_management_oci_host_count_avg_sum",
1066+
type: "number",
1067+
format: "int64",
1068+
},
10481069
cloudSiemEventsAggSum: {
10491070
baseName: "cloud_siem_events_agg_sum",
10501071
type: "number",
@@ -1280,6 +1301,11 @@ export class UsageSummaryResponse {
12801301
type: "number",
12811302
format: "int64",
12821303
},
1304+
ephInfraHostProxmoxAggSum: {
1305+
baseName: "eph_infra_host_proxmox_agg_sum",
1306+
type: "number",
1307+
format: "int64",
1308+
},
12831309
errorTrackingApmErrorEventsAggSum: {
12841310
baseName: "error_tracking_apm_error_events_agg_sum",
12851311
type: "number",
@@ -1575,6 +1601,16 @@ export class UsageSummaryResponse {
15751601
type: "number",
15761602
format: "int64",
15771603
},
1604+
proxmoxHostAggSum: {
1605+
baseName: "proxmox_host_agg_sum",
1606+
type: "number",
1607+
format: "int64",
1608+
},
1609+
proxmoxHostTop99PSum: {
1610+
baseName: "proxmox_host_top99p_sum",
1611+
type: "number",
1612+
format: "int64",
1613+
},
15781614
publishedAppHwmSum: {
15791615
baseName: "published_app_hwm_sum",
15801616
type: "number",

0 commit comments

Comments
 (0)