Skip to content

Commit c0900db

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f723995 of spec repo
1 parent 890705a commit c0900db

File tree

8 files changed

+275
-0
lines changed

8 files changed

+275
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4543,6 +4543,7 @@ components:
45434543
- incident_management_monthly_active_users_usage
45444544
- indexed_spans_usage
45454545
- infra_host_usage
4546+
- infra_host_basic_usage
45464547
- ingested_logs_bytes_usage
45474548
- ingested_spans_bytes_usage
45484549
- invocations_usage
@@ -4631,6 +4632,7 @@ components:
46314632
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
46324633
- INDEXED_SPANS_USAGE
46334634
- INFRA_HOST_USAGE
4635+
- INFRA_HOST_BASIC_USAGE
46344636
- INGESTED_LOGS_BYTES_USAGE
46354637
- INGESTED_SPANS_BYTES_USAGE
46364638
- INVOCATIONS_USAGE
@@ -9129,6 +9131,8 @@ components:
91299131
- incident_management_monthly_active_users_percentage
91309132
- infra_host_usage
91319133
- infra_host_percentage
9134+
- infra_host_basic_usage
9135+
- infra_host_basic_percentage
91329136
- invocations_usage
91339137
- invocations_percentage
91349138
- lambda_traced_invocations_usage
@@ -9296,6 +9300,8 @@ components:
92969300
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
92979301
- INFRA_HOST_USAGE
92989302
- INFRA_HOST_PERCENTAGE
9303+
- INFRA_HOST_BASIC_USAGE
9304+
- INFRA_HOST_BASIC_PERCENTAGE
92999305
- INVOCATIONS_USAGE
93009306
- INVOCATIONS_PERCENTAGE
93019307
- LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -9693,6 +9699,14 @@ components:
96939699
description: The total APM Indexed Spans usage by tag(s).
96949700
format: double
96959701
type: number
9702+
infra_host_basic_percentage:
9703+
description: The percentage of infrastructure host Basic tier usage by tag(s).
9704+
format: double
9705+
type: number
9706+
infra_host_basic_usage:
9707+
description: The infrastructure host Basic tier usage by tag(s).
9708+
format: double
9709+
type: number
96969710
infra_host_percentage:
96979711
description: The percentage of infrastructure host usage by tag(s).
96989712
format: double
@@ -21361,6 +21375,18 @@ components:
2136121375
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2136221376
format: int64
2136321377
type: integer
21378+
eph_infra_host_basic_infra_basic_agent_sum:
21379+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
21380+
format: int64
21381+
type: integer
21382+
eph_infra_host_basic_infra_basic_vsphere_sum:
21383+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
21384+
format: int64
21385+
type: integer
21386+
eph_infra_host_basic_sum:
21387+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
21388+
format: int64
21389+
type: integer
2136421390
eph_infra_host_ent_sum:
2136521391
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2136621392
format: int64
@@ -21509,6 +21535,18 @@ components:
2150921535
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2151021536
format: int64
2151121537
type: integer
21538+
infra_host_basic_infra_basic_agent_top99p:
21539+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
21540+
format: int64
21541+
type: integer
21542+
infra_host_basic_infra_basic_vsphere_top99p:
21543+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
21544+
format: int64
21545+
type: integer
21546+
infra_host_basic_top99p:
21547+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
21548+
format: int64
21549+
type: integer
2151221550
infra_host_top99p:
2151321551
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2151421552
format: int64
@@ -22310,6 +22348,18 @@ components:
2231022348
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2231122349
format: int64
2231222350
type: integer
22351+
eph_infra_host_basic_infra_basic_agent_sum:
22352+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
22353+
format: int64
22354+
type: integer
22355+
eph_infra_host_basic_infra_basic_vsphere_sum:
22356+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
22357+
format: int64
22358+
type: integer
22359+
eph_infra_host_basic_sum:
22360+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for the given org.
22361+
format: int64
22362+
type: integer
2231322363
eph_infra_host_ent_sum:
2231422364
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2231522365
format: int64
@@ -22462,6 +22512,18 @@ components:
2246222512
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2246322513
format: int64
2246422514
type: integer
22515+
infra_host_basic_infra_basic_agent_top99p:
22516+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
22517+
format: int64
22518+
type: integer
22519+
infra_host_basic_infra_basic_vsphere_top99p:
22520+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
22521+
format: int64
22522+
type: integer
22523+
infra_host_basic_top99p:
22524+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for the given org.
22525+
format: int64
22526+
type: integer
2246522527
infra_host_top99p:
2246622528
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2246722529
format: int64
@@ -23269,6 +23331,18 @@ components:
2326923331
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2327023332
format: int64
2327123333
type: integer
23334+
eph_infra_host_basic_agg_sum:
23335+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current month for all organizations.
23336+
format: int64
23337+
type: integer
23338+
eph_infra_host_basic_infra_basic_agent_agg_sum:
23339+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
23340+
format: int64
23341+
type: integer
23342+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
23343+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
23344+
format: int64
23345+
type: integer
2327223346
eph_infra_host_ent_agg_sum:
2327323347
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2327423348
format: int64
@@ -23418,6 +23492,18 @@ components:
2341823492
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2341923493
format: int64
2342023494
type: integer
23495+
infra_host_basic_infra_basic_agent_top99p_sum:
23496+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
23497+
format: int64
23498+
type: integer
23499+
infra_host_basic_infra_basic_vsphere_top99p_sum:
23500+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
23501+
format: int64
23502+
type: integer
23503+
infra_host_basic_top99p_sum:
23504+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current month for all organizations.
23505+
format: int64
23506+
type: integer
2342123507
infra_host_top99p_sum:
2342223508
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2342323509
format: int64

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export type HourlyUsageAttributionUsageType =
5454
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
5555
| typeof INDEXED_SPANS_USAGE
5656
| typeof INFRA_HOST_USAGE
57+
| typeof INFRA_HOST_BASIC_USAGE
5758
| typeof INGESTED_LOGS_BYTES_USAGE
5859
| typeof INGESTED_SPANS_BYTES_USAGE
5960
| typeof INVOCATIONS_USAGE
@@ -148,6 +149,7 @@ export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
148149
"incident_management_monthly_active_users_usage";
149150
export const INDEXED_SPANS_USAGE = "indexed_spans_usage";
150151
export const INFRA_HOST_USAGE = "infra_host_usage";
152+
export const INFRA_HOST_BASIC_USAGE = "infra_host_basic_usage";
151153
export const INGESTED_LOGS_BYTES_USAGE = "ingested_logs_bytes_usage";
152154
export const INGESTED_SPANS_BYTES_USAGE = "ingested_spans_bytes_usage";
153155
export const INVOCATIONS_USAGE = "invocations_usage";

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
8080
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
8181
| typeof INFRA_HOST_USAGE
8282
| typeof INFRA_HOST_PERCENTAGE
83+
| typeof INFRA_HOST_BASIC_USAGE
84+
| typeof INFRA_HOST_BASIC_PERCENTAGE
8385
| typeof INVOCATIONS_USAGE
8486
| typeof INVOCATIONS_PERCENTAGE
8587
| typeof LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -258,6 +260,8 @@ export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE =
258260
"incident_management_monthly_active_users_percentage";
259261
export const INFRA_HOST_USAGE = "infra_host_usage";
260262
export const INFRA_HOST_PERCENTAGE = "infra_host_percentage";
263+
export const INFRA_HOST_BASIC_USAGE = "infra_host_basic_usage";
264+
export const INFRA_HOST_BASIC_PERCENTAGE = "infra_host_basic_percentage";
261265
export const INVOCATIONS_USAGE = "invocations_usage";
262266
export const INVOCATIONS_PERCENTAGE = "invocations_percentage";
263267
export const LAMBDA_TRACED_INVOCATIONS_USAGE =

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,14 @@ export class MonthlyUsageAttributionValues {
306306
* The total APM Indexed Spans usage by tag(s).
307307
*/
308308
"indexedSpansUsage"?: number;
309+
/**
310+
* The percentage of infrastructure host Basic tier usage by tag(s).
311+
*/
312+
"infraHostBasicPercentage"?: number;
313+
/**
314+
* The infrastructure host Basic tier usage by tag(s).
315+
*/
316+
"infraHostBasicUsage"?: number;
309317
/**
310318
* The percentage of infrastructure host usage by tag(s).
311319
*/
@@ -1053,6 +1061,16 @@ export class MonthlyUsageAttributionValues {
10531061
type: "number",
10541062
format: "double",
10551063
},
1064+
infraHostBasicPercentage: {
1065+
baseName: "infra_host_basic_percentage",
1066+
type: "number",
1067+
format: "double",
1068+
},
1069+
infraHostBasicUsage: {
1070+
baseName: "infra_host_basic_usage",
1071+
type: "number",
1072+
format: "double",
1073+
},
10561074
infraHostPercentage: {
10571075
baseName: "infra_host_percentage",
10581076
type: "number",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ const enumsMap: { [key: string]: any[] } = {
952952
"incident_management_monthly_active_users_usage",
953953
"indexed_spans_usage",
954954
"infra_host_usage",
955+
"infra_host_basic_usage",
955956
"ingested_logs_bytes_usage",
956957
"ingested_spans_bytes_usage",
957958
"invocations_usage",
@@ -1263,6 +1264,8 @@ const enumsMap: { [key: string]: any[] } = {
12631264
"incident_management_monthly_active_users_percentage",
12641265
"infra_host_usage",
12651266
"infra_host_percentage",
1267+
"infra_host_basic_usage",
1268+
"infra_host_basic_percentage",
12661269
"invocations_usage",
12671270
"invocations_percentage",
12681271
"lambda_traced_invocations_usage",

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,18 @@ export class UsageSummaryDate {
351351
* Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
352352
*/
353353
"ephInfraHostAzureSum"?: number;
354+
/**
355+
* Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
356+
*/
357+
"ephInfraHostBasicInfraBasicAgentSum"?: number;
358+
/**
359+
* Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
360+
*/
361+
"ephInfraHostBasicInfraBasicVsphereSum"?: number;
362+
/**
363+
* Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
364+
*/
365+
"ephInfraHostBasicSum"?: number;
354366
/**
355367
* Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
356368
*/
@@ -499,6 +511,18 @@ export class UsageSummaryDate {
499511
* Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
500512
*/
501513
"infraEdgeMonitoringDevicesTop99p"?: number;
514+
/**
515+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
516+
*/
517+
"infraHostBasicInfraBasicAgentTop99p"?: number;
518+
/**
519+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
520+
*/
521+
"infraHostBasicInfraBasicVsphereTop99p"?: number;
522+
/**
523+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
524+
*/
525+
"infraHostBasicTop99p"?: number;
502526
/**
503527
* Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
504528
*/
@@ -1373,6 +1397,21 @@ export class UsageSummaryDate {
13731397
type: "number",
13741398
format: "int64",
13751399
},
1400+
ephInfraHostBasicInfraBasicAgentSum: {
1401+
baseName: "eph_infra_host_basic_infra_basic_agent_sum",
1402+
type: "number",
1403+
format: "int64",
1404+
},
1405+
ephInfraHostBasicInfraBasicVsphereSum: {
1406+
baseName: "eph_infra_host_basic_infra_basic_vsphere_sum",
1407+
type: "number",
1408+
format: "int64",
1409+
},
1410+
ephInfraHostBasicSum: {
1411+
baseName: "eph_infra_host_basic_sum",
1412+
type: "number",
1413+
format: "int64",
1414+
},
13761415
ephInfraHostEntSum: {
13771416
baseName: "eph_infra_host_ent_sum",
13781417
type: "number",
@@ -1558,6 +1597,21 @@ export class UsageSummaryDate {
15581597
type: "number",
15591598
format: "int64",
15601599
},
1600+
infraHostBasicInfraBasicAgentTop99p: {
1601+
baseName: "infra_host_basic_infra_basic_agent_top99p",
1602+
type: "number",
1603+
format: "int64",
1604+
},
1605+
infraHostBasicInfraBasicVsphereTop99p: {
1606+
baseName: "infra_host_basic_infra_basic_vsphere_top99p",
1607+
type: "number",
1608+
format: "int64",
1609+
},
1610+
infraHostBasicTop99p: {
1611+
baseName: "infra_host_basic_top99p",
1612+
type: "number",
1613+
format: "int64",
1614+
},
15611615
infraHostTop99p: {
15621616
baseName: "infra_host_top99p",
15631617
type: "number",

0 commit comments

Comments
 (0)