Skip to content

Commit 8443b81

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 04a593ef of spec repo
1 parent e59672d commit 8443b81

8 files changed

+36
-34
lines changed

Diff for: .apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-06 21:28:37.526759",
8-
"spec_repo_commit": "d6a6faf6"
7+
"regenerated": "2025-03-10 19:56:04.194124",
8+
"spec_repo_commit": "04a593ef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-06 21:28:37.542319",
13-
"spec_repo_commit": "d6a6faf6"
12+
"regenerated": "2025-03-10 19:56:04.209668",
13+
"spec_repo_commit": "04a593ef"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v2/openapi.yaml

+14-11
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ components:
684684
schema:
685685
type: string
686686
RumApplicationIDParameter:
687-
description: Application ID.
687+
description: RUM application ID.
688688
in: path
689689
name: app_id
690690
required: true
@@ -25579,7 +25579,9 @@ components:
2557925579
minimum: 0
2558025580
type: integer
2558125581
RumRetentionFilterSource:
25582-
description: The type of RUM events to filter on.
25582+
description: The origin source of the retention filter, which may be created
25583+
or updated through the Datadog UI, terraform, or other channels such as direct
25584+
API calls.
2558325585
enum:
2558425586
- ui
2558525587
- terraform
@@ -25654,7 +25656,8 @@ components:
2565425656
description: 'The list of RUM retention filter IDs along with their corresponding
2565525657
type to reorder.
2565625658

25657-
All retention filter IDs should be included in the list created for an application.'
25659+
All retention filter IDs should be included in the list created for a RUM
25660+
application.'
2565825661
properties:
2565925662
data:
2566025663
description: A list of RUM retention filter IDs along with type.
@@ -25672,7 +25675,7 @@ components:
2567225675
type: array
2567325676
type: object
2567425677
RumRetentionFiltersResponse:
25675-
description: All RUM retention filters for an application.
25678+
description: All RUM retention filters for a RUM application.
2567625679
properties:
2567725680
data:
2567825681
description: A list of RUM retention filters.
@@ -46225,7 +46228,7 @@ paths:
4622546228
- rum_apps_write
4622646229
/api/v2/rum/applications/{app_id}/relationships/retention_filters:
4622746230
patch:
46228-
description: 'Order RUM retention filters for an application.
46231+
description: 'Order RUM retention filters for a RUM application.
4622946232

4623046233
Returns RUM retention filter objects without attributes and meta from the
4623146234
request body when the request is successful.'
@@ -46258,7 +46261,7 @@ paths:
4625846261
x-codegen-request-body-name: body
4625946262
/api/v2/rum/applications/{app_id}/retention_filters:
4626046263
get:
46261-
description: Get the list of RUM retention filters for an application.
46264+
description: Get the list of RUM retention filters for a RUM application.
4626246265
operationId: ListRetentionFilters
4626346266
parameters:
4626446267
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46277,7 +46280,7 @@ paths:
4627746280
tags:
4627846281
- Rum Retention Filters
4627946282
post:
46280-
description: 'Create a RUM retention filter for an application.
46283+
description: 'Create a RUM retention filter for a RUM application.
4628146284

4628246285
Returns RUM retention filter objects from the request body when the request
4628346286
is successful.'
@@ -46310,7 +46313,7 @@ paths:
4631046313
x-codegen-request-body-name: body
4631146314
/api/v2/rum/applications/{app_id}/retention_filters/{rf_id}:
4631246315
delete:
46313-
description: Delete a RUM retention filter for an application.
46316+
description: Delete a RUM retention filter for a RUM application.
4631446317
operationId: DeleteRetentionFilter
4631546318
parameters:
4631646319
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46328,7 +46331,7 @@ paths:
4632846331
tags:
4632946332
- Rum Retention Filters
4633046333
get:
46331-
description: Get a RUM retention filter for an application.
46334+
description: Get a RUM retention filter for a RUM application.
4633246335
operationId: GetRetentionFilter
4633346336
parameters:
4633446337
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46350,7 +46353,7 @@ paths:
4635046353
tags:
4635146354
- Rum Retention Filters
4635246355
patch:
46353-
description: 'Update a RUM retention filter for an application.
46356+
description: 'Update a RUM retention filter for a RUM application.
4635446357

4635546358
Returns RUM retention filter objects from the request body when the request
4635646359
is successful.'
@@ -53800,7 +53803,7 @@ tags:
5380053803
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
5380153804
name: Rum Metrics
5380253805
- description: Manage retention filters through [Manage Applications](https://app.datadoghq.com/rum/list)
53803-
for your organization.
53806+
of RUM for your organization.
5380453807
name: Rum Retention Filters
5380553808
- description: Create and manage your security rules, signals, filters, and more.
5380653809
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more

Diff for: LICENSE-3rdparty.csv

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ base64,https://github.com/marshallpierce/rust-base64,MIT OR Apache-2.0,"Alice Ma
1111
base64,https://github.com/marshallpierce/rust-base64,MIT OR Apache-2.0,Marshall Pierce <[email protected]>
1212
bitflags,https://github.com/bitflags/bitflags,MIT OR Apache-2.0,The Rust Project Developers
1313
bumpalo,https://github.com/fitzgen/bumpalo,MIT OR Apache-2.0,Nick Fitzgerald <[email protected]>
14-
byteorder,https://github.com/BurntSushi/byteorder,Unlicense OR MIT,Andrew Gallant <[email protected]>
1514
bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
1615
cfg-if,https://github.com/alexcrichton/cfg-if,MIT OR Apache-2.0,Alex Crichton <[email protected]>
1716
chrono,https://github.com/chronotope/chrono,MIT OR Apache-2.0,The chrono Authors
@@ -172,7 +171,6 @@ write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Author
172171
writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
173172
yoke,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
174173
yoke-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
175-
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,Joshua Liebow-Feeser <[email protected]>
176174
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,"Joshua Liebow-Feeser <[email protected]>, Jack Wrenn <[email protected]>"
177175
zerofrom,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
178176
zerofrom-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>

Diff for: src/datadogV2/api/api_rum_retention_filters.rs

+13-13
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub enum UpdateRetentionFilterError {
5858
UnknownValue(serde_json::Value),
5959
}
6060

61-
/// Manage retention filters through [Manage Applications](<https://app.datadoghq.com/rum/list>) for your organization.
61+
/// Manage retention filters through [Manage Applications](<https://app.datadoghq.com/rum/list>) of RUM for your organization.
6262
#[derive(Debug, Clone)]
6363
pub struct RumRetentionFiltersAPI {
6464
config: datadog::Configuration,
@@ -123,7 +123,7 @@ impl RumRetentionFiltersAPI {
123123
Self { config, client }
124124
}
125125

126-
/// Create a RUM retention filter for an application.
126+
/// Create a RUM retention filter for a RUM application.
127127
/// Returns RUM retention filter objects from the request body when the request is successful.
128128
pub async fn create_retention_filter(
129129
&self,
@@ -150,7 +150,7 @@ impl RumRetentionFiltersAPI {
150150
}
151151
}
152152

153-
/// Create a RUM retention filter for an application.
153+
/// Create a RUM retention filter for a RUM application.
154154
/// Returns RUM retention filter objects from the request body when the request is successful.
155155
pub async fn create_retention_filter_with_http_info(
156156
&self,
@@ -285,7 +285,7 @@ impl RumRetentionFiltersAPI {
285285
}
286286
}
287287

288-
/// Delete a RUM retention filter for an application.
288+
/// Delete a RUM retention filter for a RUM application.
289289
pub async fn delete_retention_filter(
290290
&self,
291291
app_id: String,
@@ -300,7 +300,7 @@ impl RumRetentionFiltersAPI {
300300
}
301301
}
302302

303-
/// Delete a RUM retention filter for an application.
303+
/// Delete a RUM retention filter for a RUM application.
304304
pub async fn delete_retention_filter_with_http_info(
305305
&self,
306306
app_id: String,
@@ -379,7 +379,7 @@ impl RumRetentionFiltersAPI {
379379
}
380380
}
381381

382-
/// Get a RUM retention filter for an application.
382+
/// Get a RUM retention filter for a RUM application.
383383
pub async fn get_retention_filter(
384384
&self,
385385
app_id: String,
@@ -405,7 +405,7 @@ impl RumRetentionFiltersAPI {
405405
}
406406
}
407407

408-
/// Get a RUM retention filter for an application.
408+
/// Get a RUM retention filter for a RUM application.
409409
pub async fn get_retention_filter_with_http_info(
410410
&self,
411411
app_id: String,
@@ -494,7 +494,7 @@ impl RumRetentionFiltersAPI {
494494
}
495495
}
496496

497-
/// Get the list of RUM retention filters for an application.
497+
/// Get the list of RUM retention filters for a RUM application.
498498
pub async fn list_retention_filters(
499499
&self,
500500
app_id: String,
@@ -516,7 +516,7 @@ impl RumRetentionFiltersAPI {
516516
}
517517
}
518518

519-
/// Get the list of RUM retention filters for an application.
519+
/// Get the list of RUM retention filters for a RUM application.
520520
pub async fn list_retention_filters_with_http_info(
521521
&self,
522522
app_id: String,
@@ -603,7 +603,7 @@ impl RumRetentionFiltersAPI {
603603
}
604604
}
605605

606-
/// Order RUM retention filters for an application.
606+
/// Order RUM retention filters for a RUM application.
607607
/// Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
608608
pub async fn order_retention_filters(
609609
&self,
@@ -630,7 +630,7 @@ impl RumRetentionFiltersAPI {
630630
}
631631
}
632632

633-
/// Order RUM retention filters for an application.
633+
/// Order RUM retention filters for a RUM application.
634634
/// Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
635635
pub async fn order_retention_filters_with_http_info(
636636
&self,
@@ -765,7 +765,7 @@ impl RumRetentionFiltersAPI {
765765
}
766766
}
767767

768-
/// Update a RUM retention filter for an application.
768+
/// Update a RUM retention filter for a RUM application.
769769
/// Returns RUM retention filter objects from the request body when the request is successful.
770770
pub async fn update_retention_filter(
771771
&self,
@@ -793,7 +793,7 @@ impl RumRetentionFiltersAPI {
793793
}
794794
}
795795

796-
/// Update a RUM retention filter for an application.
796+
/// Update a RUM retention filter for a RUM application.
797797
/// Returns RUM retention filter objects from the request body when the request is successful.
798798
pub async fn update_retention_filter_with_http_info(
799799
&self,

Diff for: src/datadogV2/model/model_rum_retention_filter_meta.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::fmt::{self, Formatter};
1111
#[skip_serializing_none]
1212
#[derive(Clone, Debug, PartialEq, Serialize)]
1313
pub struct RumRetentionFilterMeta {
14-
/// The type of RUM events to filter on.
14+
/// The origin source of the retention filter, which may be created or updated through the Datadog UI, terraform, or other channels such as direct API calls.
1515
#[serde(rename = "source")]
1616
pub source: Option<crate::datadogV2::model::RumRetentionFilterSource>,
1717
#[serde(flatten)]

Diff for: src/datadogV2/model/model_rum_retention_filters_order_request.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The list of RUM retention filter IDs along with their corresponding type to reorder.
10-
/// All retention filter IDs should be included in the list created for an application.
10+
/// All retention filter IDs should be included in the list created for a RUM application.
1111
#[non_exhaustive]
1212
#[skip_serializing_none]
1313
#[derive(Clone, Debug, PartialEq, Serialize)]

Diff for: src/datadogV2/model/model_rum_retention_filters_response.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use serde::{Deserialize, Deserializer, Serialize};
66
use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

9-
/// All RUM retention filters for an application.
9+
/// All RUM retention filters for a RUM application.
1010
#[non_exhaustive]
1111
#[skip_serializing_none]
1212
#[derive(Clone, Debug, PartialEq, Serialize)]

Diff for: tests/scenarios/features/v2/rum_retention_filters.feature

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@endpoint(rum-retention-filters) @endpoint(rum-retention-filters-v2)
22
Feature: Rum Retention Filters
33
Manage retention filters through [Manage
4-
Applications](https://app.datadoghq.com/rum/list) for your organization.
4+
Applications](https://app.datadoghq.com/rum/list) of RUM for your
5+
organization.
56

67
Background:
78
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)