Skip to content

Commit 2c91a9b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit eea6b4a of spec repo
1 parent c203308 commit 2c91a9b

7 files changed

+455
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,6 +4542,7 @@ components:
45424542
- incident_management_monthly_active_users_usage
45434543
- indexed_spans_usage
45444544
- infra_host_usage
4545+
- infra_host_basic_usage
45454546
- ingested_logs_bytes_usage
45464547
- ingested_spans_bytes_usage
45474548
- invocations_usage
@@ -4629,6 +4630,7 @@ components:
46294630
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
46304631
- INDEXED_SPANS_USAGE
46314632
- INFRA_HOST_USAGE
4633+
- INFRA_HOST_BASIC_USAGE
46324634
- INGESTED_LOGS_BYTES_USAGE
46334635
- INGESTED_SPANS_BYTES_USAGE
46344636
- INVOCATIONS_USAGE
@@ -9122,6 +9124,8 @@ components:
91229124
- incident_management_monthly_active_users_percentage
91239125
- infra_host_usage
91249126
- infra_host_percentage
9127+
- infra_host_basic_usage
9128+
- infra_host_basic_percentage
91259129
- invocations_usage
91269130
- invocations_percentage
91279131
- lambda_traced_invocations_usage
@@ -9287,6 +9291,8 @@ components:
92879291
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
92889292
- INFRA_HOST_USAGE
92899293
- INFRA_HOST_PERCENTAGE
9294+
- INFRA_HOST_BASIC_USAGE
9295+
- INFRA_HOST_BASIC_PERCENTAGE
92909296
- INVOCATIONS_USAGE
92919297
- INVOCATIONS_PERCENTAGE
92929298
- LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -9682,6 +9688,14 @@ components:
96829688
description: The total APM Indexed Spans usage by tag(s).
96839689
format: double
96849690
type: number
9691+
infra_host_basic_percentage:
9692+
description: The percentage of infrastructure host Basic usage by tag(s).
9693+
format: double
9694+
type: number
9695+
infra_host_basic_usage:
9696+
description: The infrastructure host Basic usage by tag(s).
9697+
format: double
9698+
type: number
96859699
infra_host_percentage:
96869700
description: The percentage of infrastructure host usage by tag(s).
96879701
format: double
@@ -21247,6 +21261,14 @@ components:
2124721261
description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
2124821262
format: int64
2124921263
type: integer
21264+
eph_infra_basic_agent_sum:
21265+
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.
21266+
format: int64
21267+
type: integer
21268+
eph_infra_basic_vsphere_sum:
21269+
description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations.
21270+
format: int64
21271+
type: integer
2125021272
eph_infra_host_agent_sum:
2125121273
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
2125221274
format: int64
@@ -21263,6 +21285,10 @@ components:
2126321285
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2126421286
format: int64
2126521287
type: integer
21288+
eph_infra_host_basic_sum:
21289+
description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for all organizations.
21290+
format: int64
21291+
type: integer
2126621292
eph_infra_host_ent_sum:
2126721293
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2126821294
format: int64
@@ -21407,10 +21433,22 @@ components:
2140721433
description: Shows the sum of all log events indexed over all hours in the current date for all organizations.
2140821434
format: int64
2140921435
type: integer
21436+
infra_basic_agent_host_top99p:
21437+
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.
21438+
format: int64
21439+
type: integer
21440+
infra_basic_vsphere_host_top99p:
21441+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current date for all organizations.
21442+
format: int64
21443+
type: integer
2141021444
infra_edge_monitoring_devices_top99p:
2141121445
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2141221446
format: int64
2141321447
type: integer
21448+
infra_host_basic_top99p:
21449+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for all organizations.
21450+
format: int64
21451+
type: integer
2141421452
infra_host_top99p:
2141521453
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2141621454
format: int64
@@ -22140,6 +22178,14 @@ components:
2214022178
description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org.
2214122179
format: int64
2214222180
type: integer
22181+
eph_infra_basic_agent_sum:
22182+
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.
22183+
format: int64
22184+
type: integer
22185+
eph_infra_basic_vsphere_sum:
22186+
description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current date for the given org.
22187+
format: int64
22188+
type: integer
2214322189
eph_infra_host_agent_sum:
2214422190
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
2214522191
format: int64
@@ -22156,6 +22202,10 @@ components:
2215622202
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2215722203
format: int64
2215822204
type: integer
22205+
eph_infra_host_basic_sum:
22206+
description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current date for the given org.
22207+
format: int64
22208+
type: integer
2215922209
eph_infra_host_ent_sum:
2216022210
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2216122211
format: int64
@@ -22304,10 +22354,22 @@ components:
2230422354
description: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
2230522355
format: int64
2230622356
type: integer
22357+
infra_basic_agent_host_top99p:
22358+
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.
22359+
format: int64
22360+
type: integer
22361+
infra_basic_vsphere_host_top99p:
22362+
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.
22363+
format: int64
22364+
type: integer
2230722365
infra_edge_monitoring_devices_top99p:
2230822366
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2230922367
format: int64
2231022368
type: integer
22369+
infra_host_basic_top99p:
22370+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current date for the given org.
22371+
format: int64
22372+
type: integer
2231122373
infra_host_top99p:
2231222374
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2231322375
format: int64
@@ -23043,6 +23105,14 @@ components:
2304323105
description: Shows the last date of usage in the current month for all organizations.
2304423106
format: date-time
2304523107
type: string
23108+
eph_infra_basic_agent_agg_sum:
23109+
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.
23110+
format: int64
23111+
type: integer
23112+
eph_infra_basic_vsphere_agg_sum:
23113+
description: Shows the sum of all ephemeral infrastructure hosts for Basic on vSphere over all hours in the current month for all organizations.
23114+
format: int64
23115+
type: integer
2304623116
eph_infra_host_agent_agg_sum:
2304723117
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current month for all organizations.
2304823118
format: int64
@@ -23059,6 +23129,10 @@ components:
2305923129
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2306023130
format: int64
2306123131
type: integer
23132+
eph_infra_host_basic_agg_sum:
23133+
description: Shows the sum of all ephemeral infrastructure hosts for Basic over all hours in the current month for all organizations.
23134+
format: int64
23135+
type: integer
2306223136
eph_infra_host_ent_agg_sum:
2306323137
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2306423138
format: int64
@@ -23204,10 +23278,22 @@ components:
2320423278
description: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
2320523279
format: int64
2320623280
type: integer
23281+
infra_basic_agent_host_top99p_sum:
23282+
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.
23283+
format: int64
23284+
type: integer
23285+
infra_basic_vsphere_host_top99p_sum:
23286+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic on vSphere over all hours in the current month for all organizations.
23287+
format: int64
23288+
type: integer
2320723289
infra_edge_monitoring_devices_top99p_sum:
2320823290
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2320923291
format: int64
2321023292
type: integer
23293+
infra_host_basic_top99p_sum:
23294+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic over all hours in the current month for all organizations.
23295+
format: int64
23296+
type: integer
2321123297
infra_host_top99p_sum:
2321223298
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2321323299
format: int64

src/datadogV1/model/model_hourly_usage_attribution_usage_type.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub enum HourlyUsageAttributionUsageType {
4949
INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE,
5050
INDEXED_SPANS_USAGE,
5151
INFRA_HOST_USAGE,
52+
INFRA_HOST_BASIC_USAGE,
5253
INGESTED_LOGS_BYTES_USAGE,
5354
INGESTED_SPANS_BYTES_USAGE,
5455
INVOCATIONS_USAGE,
@@ -154,6 +155,7 @@ impl ToString for HourlyUsageAttributionUsageType {
154155
}
155156
Self::INDEXED_SPANS_USAGE => String::from("indexed_spans_usage"),
156157
Self::INFRA_HOST_USAGE => String::from("infra_host_usage"),
158+
Self::INFRA_HOST_BASIC_USAGE => String::from("infra_host_basic_usage"),
157159
Self::INGESTED_LOGS_BYTES_USAGE => String::from("ingested_logs_bytes_usage"),
158160
Self::INGESTED_SPANS_BYTES_USAGE => String::from("ingested_spans_bytes_usage"),
159161
Self::INVOCATIONS_USAGE => String::from("invocations_usage"),
@@ -285,6 +287,7 @@ impl<'de> Deserialize<'de> for HourlyUsageAttributionUsageType {
285287
}
286288
"indexed_spans_usage" => Self::INDEXED_SPANS_USAGE,
287289
"infra_host_usage" => Self::INFRA_HOST_USAGE,
290+
"infra_host_basic_usage" => Self::INFRA_HOST_BASIC_USAGE,
288291
"ingested_logs_bytes_usage" => Self::INGESTED_LOGS_BYTES_USAGE,
289292
"ingested_spans_bytes_usage" => Self::INGESTED_SPANS_BYTES_USAGE,
290293
"invocations_usage" => Self::INVOCATIONS_USAGE,

src/datadogV1/model/model_monthly_usage_attribution_supported_metrics.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ pub enum MonthlyUsageAttributionSupportedMetrics {
7575
INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE,
7676
INFRA_HOST_USAGE,
7777
INFRA_HOST_PERCENTAGE,
78+
INFRA_HOST_BASIC_USAGE,
79+
INFRA_HOST_BASIC_PERCENTAGE,
7880
INVOCATIONS_USAGE,
7981
INVOCATIONS_PERCENTAGE,
8082
LAMBDA_TRACED_INVOCATIONS_USAGE,
@@ -268,6 +270,8 @@ impl ToString for MonthlyUsageAttributionSupportedMetrics {
268270
}
269271
Self::INFRA_HOST_USAGE => String::from("infra_host_usage"),
270272
Self::INFRA_HOST_PERCENTAGE => String::from("infra_host_percentage"),
273+
Self::INFRA_HOST_BASIC_USAGE => String::from("infra_host_basic_usage"),
274+
Self::INFRA_HOST_BASIC_PERCENTAGE => String::from("infra_host_basic_percentage"),
271275
Self::INVOCATIONS_USAGE => String::from("invocations_usage"),
272276
Self::INVOCATIONS_PERCENTAGE => String::from("invocations_percentage"),
273277
Self::LAMBDA_TRACED_INVOCATIONS_USAGE => {
@@ -503,6 +507,8 @@ impl<'de> Deserialize<'de> for MonthlyUsageAttributionSupportedMetrics {
503507
}
504508
"infra_host_usage" => Self::INFRA_HOST_USAGE,
505509
"infra_host_percentage" => Self::INFRA_HOST_PERCENTAGE,
510+
"infra_host_basic_usage" => Self::INFRA_HOST_BASIC_USAGE,
511+
"infra_host_basic_percentage" => Self::INFRA_HOST_BASIC_PERCENTAGE,
506512
"invocations_usage" => Self::INVOCATIONS_USAGE,
507513
"invocations_percentage" => Self::INVOCATIONS_PERCENTAGE,
508514
"lambda_traced_invocations_usage" => Self::LAMBDA_TRACED_INVOCATIONS_USAGE,

src/datadogV1/model/model_monthly_usage_attribution_values.rs

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ pub struct MonthlyUsageAttributionValues {
233233
/// The total APM Indexed Spans usage by tag(s).
234234
#[serde(rename = "indexed_spans_usage")]
235235
pub indexed_spans_usage: Option<f64>,
236+
/// The percentage of infrastructure host Basic usage by tag(s).
237+
#[serde(rename = "infra_host_basic_percentage")]
238+
pub infra_host_basic_percentage: Option<f64>,
239+
/// The infrastructure host Basic usage by tag(s).
240+
#[serde(rename = "infra_host_basic_usage")]
241+
pub infra_host_basic_usage: Option<f64>,
236242
/// The percentage of infrastructure host usage by tag(s).
237243
#[serde(rename = "infra_host_percentage")]
238244
pub infra_host_percentage: Option<f64>,
@@ -581,6 +587,8 @@ impl MonthlyUsageAttributionValues {
581587
incident_management_monthly_active_users_usage: None,
582588
indexed_spans_percentage: None,
583589
indexed_spans_usage: None,
590+
infra_host_basic_percentage: None,
591+
infra_host_basic_usage: None,
584592
infra_host_percentage: None,
585593
infra_host_usage: None,
586594
ingested_logs_bytes_percentage: None,
@@ -1044,6 +1052,16 @@ impl MonthlyUsageAttributionValues {
10441052
self
10451053
}
10461054

1055+
pub fn infra_host_basic_percentage(mut self, value: f64) -> Self {
1056+
self.infra_host_basic_percentage = Some(value);
1057+
self
1058+
}
1059+
1060+
pub fn infra_host_basic_usage(mut self, value: f64) -> Self {
1061+
self.infra_host_basic_usage = Some(value);
1062+
self
1063+
}
1064+
10471065
pub fn infra_host_percentage(mut self, value: f64) -> Self {
10481066
self.infra_host_percentage = Some(value);
10491067
self
@@ -1590,6 +1608,8 @@ impl<'de> Deserialize<'de> for MonthlyUsageAttributionValues {
15901608
let mut incident_management_monthly_active_users_usage: Option<f64> = None;
15911609
let mut indexed_spans_percentage: Option<f64> = None;
15921610
let mut indexed_spans_usage: Option<f64> = None;
1611+
let mut infra_host_basic_percentage: Option<f64> = None;
1612+
let mut infra_host_basic_usage: Option<f64> = None;
15931613
let mut infra_host_percentage: Option<f64> = None;
15941614
let mut infra_host_usage: Option<f64> = None;
15951615
let mut ingested_logs_bytes_percentage: Option<f64> = None;
@@ -2203,6 +2223,20 @@ impl<'de> Deserialize<'de> for MonthlyUsageAttributionValues {
22032223
indexed_spans_usage =
22042224
Some(serde_json::from_value(v).map_err(M::Error::custom)?);
22052225
}
2226+
"infra_host_basic_percentage" => {
2227+
if v.is_null() || v.as_str() == Some("") {
2228+
continue;
2229+
}
2230+
infra_host_basic_percentage =
2231+
Some(serde_json::from_value(v).map_err(M::Error::custom)?);
2232+
}
2233+
"infra_host_basic_usage" => {
2234+
if v.is_null() || v.as_str() == Some("") {
2235+
continue;
2236+
}
2237+
infra_host_basic_usage =
2238+
Some(serde_json::from_value(v).map_err(M::Error::custom)?);
2239+
}
22062240
"infra_host_percentage" => {
22072241
if v.is_null() || v.as_str() == Some("") {
22082242
continue;
@@ -2901,6 +2935,8 @@ impl<'de> Deserialize<'de> for MonthlyUsageAttributionValues {
29012935
incident_management_monthly_active_users_usage,
29022936
indexed_spans_percentage,
29032937
indexed_spans_usage,
2938+
infra_host_basic_percentage,
2939+
infra_host_basic_usage,
29042940
infra_host_percentage,
29052941
infra_host_usage,
29062942
ingested_logs_bytes_percentage,

0 commit comments

Comments
 (0)