Skip to content

Commit ddde9dc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b6b724b of spec repo
1 parent 0b5317e commit ddde9dc

File tree

10 files changed

+277
-2
lines changed

10 files changed

+277
-2
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 usage by tag(s).
9704+
format: double
9705+
type: number
9706+
infra_host_basic_usage:
9707+
description: The infrastructure host Basic 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
@@ -21305,6 +21319,18 @@ components:
2130521319
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2130621320
format: int64
2130721321
type: integer
21322+
eph_infra_host_basic_infra_basic_agent_sum:
21323+
description: Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for all organizations.
21324+
format: int64
21325+
type: integer
21326+
eph_infra_host_basic_infra_basic_vsphere_sum:
21327+
description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations.
21328+
format: int64
21329+
type: integer
21330+
eph_infra_host_basic_sum:
21331+
description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for all organizations.
21332+
format: int64
21333+
type: integer
2130821334
eph_infra_host_ent_sum:
2130921335
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2131021336
format: int64
@@ -21453,6 +21479,18 @@ components:
2145321479
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2145421480
format: int64
2145521481
type: integer
21482+
infra_host_basic_infra_basic_agent_top99p:
21483+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for all organizations.
21484+
format: int64
21485+
type: integer
21486+
infra_host_basic_infra_basic_vsphere_top99p:
21487+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations.
21488+
format: int64
21489+
type: integer
21490+
infra_host_basic_top99p:
21491+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for all organizations.
21492+
format: int64
21493+
type: integer
2145621494
infra_host_top99p:
2145721495
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2145821496
format: int64
@@ -22198,6 +22236,18 @@ components:
2219822236
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2219922237
format: int64
2220022238
type: integer
22239+
eph_infra_host_basic_infra_basic_agent_sum:
22240+
description: Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for the given org.
22241+
format: int64
22242+
type: integer
22243+
eph_infra_host_basic_infra_basic_vsphere_sum:
22244+
description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for the given org.
22245+
format: int64
22246+
type: integer
22247+
eph_infra_host_basic_sum:
22248+
description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for the given org.
22249+
format: int64
22250+
type: integer
2220122251
eph_infra_host_ent_sum:
2220222252
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2220322253
format: int64
@@ -22350,6 +22400,18 @@ components:
2235022400
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2235122401
format: int64
2235222402
type: integer
22403+
infra_host_basic_infra_basic_agent_top99p:
22404+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for the given org.
22405+
format: int64
22406+
type: integer
22407+
infra_host_basic_infra_basic_vsphere_top99p:
22408+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current date for the given org.
22409+
format: int64
22410+
type: integer
22411+
infra_host_basic_top99p:
22412+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for the given org.
22413+
format: int64
22414+
type: integer
2235322415
infra_host_top99p:
2235422416
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2235522417
format: int64
@@ -23101,6 +23163,18 @@ components:
2310123163
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2310223164
format: int64
2310323165
type: integer
23166+
eph_infra_host_basic_agg_sum:
23167+
description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current month for all organizations.
23168+
format: int64
23169+
type: integer
23170+
eph_infra_host_basic_infra_basic_agent_agg_sum:
23171+
description: Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current month for all organizations.
23172+
format: int64
23173+
type: integer
23174+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
23175+
description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current month for all organizations.
23176+
format: int64
23177+
type: integer
2310423178
eph_infra_host_ent_agg_sum:
2310523179
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2310623180
format: int64
@@ -23250,6 +23324,18 @@ components:
2325023324
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2325123325
format: int64
2325223326
type: integer
23327+
infra_host_basic_infra_basic_agent_top99p_sum:
23328+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current month for all organizations.
23329+
format: int64
23330+
type: integer
23331+
infra_host_basic_infra_basic_vsphere_top99p_sum:
23332+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current month for all organizations.
23333+
format: int64
23334+
type: integer
23335+
infra_host_basic_top99p_sum:
23336+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current month for all organizations.
23337+
format: int64
23338+
type: integer
2325323339
infra_host_top99p_sum:
2325423340
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2325523341
format: int64

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46179,7 +46179,7 @@ components:
4617946179
$ref: "#/components/schemas/ObservabilityPipelineParseGrokProcessorRuleMatchRule"
4618046180
type: array
4618146181
source:
46182-
description: The value of the source field in log events to be processed by the Grok rules.
46182+
description: The name of the field in the log event to apply the Grok rules to.
4618346183
example: "message"
4618446184
type: string
4618546185
support_rules:

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 usage by tag(s).
311+
*/
312+
"infraHostBasicPercentage"?: number;
313+
/**
314+
* The infrastructure host Basic 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
@@ -295,6 +295,18 @@ export class UsageSummaryDate {
295295
* Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
296296
*/
297297
"ephInfraHostAzureSum"?: number;
298+
/**
299+
* Shows the sum of all ephemeral infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for all organizations.
300+
*/
301+
"ephInfraHostBasicInfraBasicAgentSum"?: number;
302+
/**
303+
* Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations.
304+
*/
305+
"ephInfraHostBasicInfraBasicVsphereSum"?: number;
306+
/**
307+
* Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for all organizations.
308+
*/
309+
"ephInfraHostBasicSum"?: number;
298310
/**
299311
* Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
300312
*/
@@ -443,6 +455,18 @@ export class UsageSummaryDate {
443455
* Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
444456
*/
445457
"infraEdgeMonitoringDevicesTop99p"?: number;
458+
/**
459+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic with the Datadog Agent over all hours in the current date for all organizations.
460+
*/
461+
"infraHostBasicInfraBasicAgentTop99p"?: number;
462+
/**
463+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations.
464+
*/
465+
"infraHostBasicInfraBasicVsphereTop99p"?: number;
466+
/**
467+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for all organizations.
468+
*/
469+
"infraHostBasicTop99p"?: number;
446470
/**
447471
* Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
448472
*/
@@ -1247,6 +1271,21 @@ export class UsageSummaryDate {
12471271
type: "number",
12481272
format: "int64",
12491273
},
1274+
ephInfraHostBasicInfraBasicAgentSum: {
1275+
baseName: "eph_infra_host_basic_infra_basic_agent_sum",
1276+
type: "number",
1277+
format: "int64",
1278+
},
1279+
ephInfraHostBasicInfraBasicVsphereSum: {
1280+
baseName: "eph_infra_host_basic_infra_basic_vsphere_sum",
1281+
type: "number",
1282+
format: "int64",
1283+
},
1284+
ephInfraHostBasicSum: {
1285+
baseName: "eph_infra_host_basic_sum",
1286+
type: "number",
1287+
format: "int64",
1288+
},
12501289
ephInfraHostEntSum: {
12511290
baseName: "eph_infra_host_ent_sum",
12521291
type: "number",
@@ -1432,6 +1471,21 @@ export class UsageSummaryDate {
14321471
type: "number",
14331472
format: "int64",
14341473
},
1474+
infraHostBasicInfraBasicAgentTop99p: {
1475+
baseName: "infra_host_basic_infra_basic_agent_top99p",
1476+
type: "number",
1477+
format: "int64",
1478+
},
1479+
infraHostBasicInfraBasicVsphereTop99p: {
1480+
baseName: "infra_host_basic_infra_basic_vsphere_top99p",
1481+
type: "number",
1482+
format: "int64",
1483+
},
1484+
infraHostBasicTop99p: {
1485+
baseName: "infra_host_basic_top99p",
1486+
type: "number",
1487+
format: "int64",
1488+
},
14351489
infraHostTop99p: {
14361490
baseName: "infra_host_top99p",
14371491
type: "number",

0 commit comments

Comments
 (0)