Skip to content

Commit 8f7e74b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cbc22dd of spec repo
1 parent 2287ef2 commit 8f7e74b

8 files changed

Lines changed: 275 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,7 @@ components:
48054805
- incident_management_monthly_active_users_usage
48064806
- indexed_spans_usage
48074807
- infra_host_usage
4808+
- infra_host_basic_usage
48084809
- ingested_logs_bytes_usage
48094810
- ingested_spans_bytes_usage
48104811
- invocations_usage
@@ -4893,6 +4894,7 @@ components:
48934894
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
48944895
- INDEXED_SPANS_USAGE
48954896
- INFRA_HOST_USAGE
4897+
- INFRA_HOST_BASIC_USAGE
48964898
- INGESTED_LOGS_BYTES_USAGE
48974899
- INGESTED_SPANS_BYTES_USAGE
48984900
- INVOCATIONS_USAGE
@@ -9391,6 +9393,8 @@ components:
93919393
- incident_management_monthly_active_users_percentage
93929394
- infra_host_usage
93939395
- infra_host_percentage
9396+
- infra_host_basic_usage
9397+
- infra_host_basic_percentage
93949398
- invocations_usage
93959399
- invocations_percentage
93969400
- lambda_traced_invocations_usage
@@ -9558,6 +9562,8 @@ components:
95589562
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
95599563
- INFRA_HOST_USAGE
95609564
- INFRA_HOST_PERCENTAGE
9565+
- INFRA_HOST_BASIC_USAGE
9566+
- INFRA_HOST_BASIC_PERCENTAGE
95619567
- INVOCATIONS_USAGE
95629568
- INVOCATIONS_PERCENTAGE
95639569
- LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -9955,6 +9961,14 @@ components:
99559961
description: The total APM Indexed Spans usage by tag(s).
99569962
format: double
99579963
type: number
9964+
infra_host_basic_percentage:
9965+
description: The percentage of infrastructure host Basic tier usage by tag(s).
9966+
format: double
9967+
type: number
9968+
infra_host_basic_usage:
9969+
description: The infrastructure host Basic tier usage by tag(s).
9970+
format: double
9971+
type: number
99589972
infra_host_percentage:
99599973
description: The percentage of infrastructure host usage by tag(s).
99609974
format: double
@@ -22234,6 +22248,18 @@ components:
2223422248
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2223522249
format: int64
2223622250
type: integer
22251+
eph_infra_host_basic_infra_basic_agent_sum:
22252+
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.
22253+
format: int64
22254+
type: integer
22255+
eph_infra_host_basic_infra_basic_vsphere_sum:
22256+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22257+
format: int64
22258+
type: integer
22259+
eph_infra_host_basic_sum:
22260+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22261+
format: int64
22262+
type: integer
2223722263
eph_infra_host_ent_sum:
2223822264
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2223922265
format: int64
@@ -22382,6 +22408,18 @@ components:
2238222408
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2238322409
format: int64
2238422410
type: integer
22411+
infra_host_basic_infra_basic_agent_top99p:
22412+
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.
22413+
format: int64
22414+
type: integer
22415+
infra_host_basic_infra_basic_vsphere_top99p:
22416+
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.
22417+
format: int64
22418+
type: integer
22419+
infra_host_basic_top99p:
22420+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22421+
format: int64
22422+
type: integer
2238522423
infra_host_top99p:
2238622424
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2238722425
format: int64
@@ -23183,6 +23221,18 @@ components:
2318323221
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2318423222
format: int64
2318523223
type: integer
23224+
eph_infra_host_basic_infra_basic_agent_sum:
23225+
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.
23226+
format: int64
23227+
type: integer
23228+
eph_infra_host_basic_infra_basic_vsphere_sum:
23229+
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.
23230+
format: int64
23231+
type: integer
23232+
eph_infra_host_basic_sum:
23233+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for the given org.
23234+
format: int64
23235+
type: integer
2318623236
eph_infra_host_ent_sum:
2318723237
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2318823238
format: int64
@@ -23335,6 +23385,18 @@ components:
2333523385
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2333623386
format: int64
2333723387
type: integer
23388+
infra_host_basic_infra_basic_agent_top99p:
23389+
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.
23390+
format: int64
23391+
type: integer
23392+
infra_host_basic_infra_basic_vsphere_top99p:
23393+
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.
23394+
format: int64
23395+
type: integer
23396+
infra_host_basic_top99p:
23397+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for the given org.
23398+
format: int64
23399+
type: integer
2333823400
infra_host_top99p:
2333923401
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2334023402
format: int64
@@ -24142,6 +24204,18 @@ components:
2414224204
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2414324205
format: int64
2414424206
type: integer
24207+
eph_infra_host_basic_agg_sum:
24208+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24209+
format: int64
24210+
type: integer
24211+
eph_infra_host_basic_infra_basic_agent_agg_sum:
24212+
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.
24213+
format: int64
24214+
type: integer
24215+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
24216+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24217+
format: int64
24218+
type: integer
2414524219
eph_infra_host_ent_agg_sum:
2414624220
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2414724221
format: int64
@@ -24291,6 +24365,18 @@ components:
2429124365
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2429224366
format: int64
2429324367
type: integer
24368+
infra_host_basic_infra_basic_agent_top99p_sum:
24369+
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.
24370+
format: int64
24371+
type: integer
24372+
infra_host_basic_infra_basic_vsphere_top99p_sum:
24373+
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.
24374+
format: int64
24375+
type: integer
24376+
infra_host_basic_top99p_sum:
24377+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24378+
format: int64
24379+
type: integer
2429424380
infra_host_top99p_sum:
2429524381
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2429624382
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
@@ -1010,6 +1010,7 @@ const enumsMap: { [key: string]: any[] } = {
10101010
"incident_management_monthly_active_users_usage",
10111011
"indexed_spans_usage",
10121012
"infra_host_usage",
1013+
"infra_host_basic_usage",
10131014
"ingested_logs_bytes_usage",
10141015
"ingested_spans_bytes_usage",
10151016
"invocations_usage",
@@ -1321,6 +1322,8 @@ const enumsMap: { [key: string]: any[] } = {
13211322
"incident_management_monthly_active_users_percentage",
13221323
"infra_host_usage",
13231324
"infra_host_percentage",
1325+
"infra_host_basic_usage",
1326+
"infra_host_basic_percentage",
13241327
"invocations_usage",
13251328
"invocations_percentage",
13261329
"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)