Skip to content

Commit 37f419b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2534e8b3 of spec repo
1 parent 144fe4f commit 37f419b

8 files changed

+35
-33
lines changed

.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.951420",
8-
"spec_repo_commit": "d6a6faf6"
7+
"regenerated": "2025-03-10 18:23:51.583050",
8+
"spec_repo_commit": "2534e8b3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-06 21:28:37.967105",
13-
"spec_repo_commit": "d6a6faf6"
12+
"regenerated": "2025-03-10 18:23:51.598033",
13+
"spec_repo_commit": "2534e8b3"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+12-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,7 @@ components:
2557925579
minimum: 0
2558025580
type: integer
2558125581
RumRetentionFilterSource:
25582-
description: The type of RUM events to filter on.
25582+
description: The source that originates the retention filter.
2558325583
enum:
2558425584
- ui
2558525585
- terraform
@@ -25654,7 +25654,8 @@ components:
2565425654
description: 'The list of RUM retention filter IDs along with their corresponding
2565525655
type to reorder.
2565625656

25657-
All retention filter IDs should be included in the list created for an application.'
25657+
All retention filter IDs should be included in the list created for a RUM
25658+
application.'
2565825659
properties:
2565925660
data:
2566025661
description: A list of RUM retention filter IDs along with type.
@@ -25672,7 +25673,7 @@ components:
2567225673
type: array
2567325674
type: object
2567425675
RumRetentionFiltersResponse:
25675-
description: All RUM retention filters for an application.
25676+
description: All RUM retention filters for a RUM application.
2567625677
properties:
2567725678
data:
2567825679
description: A list of RUM retention filters.
@@ -46225,7 +46226,7 @@ paths:
4622546226
- rum_apps_write
4622646227
/api/v2/rum/applications/{app_id}/relationships/retention_filters:
4622746228
patch:
46228-
description: 'Order RUM retention filters for an application.
46229+
description: 'Order RUM retention filters for a RUM application.
4622946230

4623046231
Returns RUM retention filter objects without attributes and meta from the
4623146232
request body when the request is successful.'
@@ -46258,7 +46259,7 @@ paths:
4625846259
x-codegen-request-body-name: body
4625946260
/api/v2/rum/applications/{app_id}/retention_filters:
4626046261
get:
46261-
description: Get the list of RUM retention filters for an application.
46262+
description: Get the list of RUM retention filters for a RUM application.
4626246263
operationId: ListRetentionFilters
4626346264
parameters:
4626446265
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46277,7 +46278,7 @@ paths:
4627746278
tags:
4627846279
- Rum Retention Filters
4627946280
post:
46280-
description: 'Create a RUM retention filter for an application.
46281+
description: 'Create a RUM retention filter for a RUM application.
4628146282

4628246283
Returns RUM retention filter objects from the request body when the request
4628346284
is successful.'
@@ -46310,7 +46311,7 @@ paths:
4631046311
x-codegen-request-body-name: body
4631146312
/api/v2/rum/applications/{app_id}/retention_filters/{rf_id}:
4631246313
delete:
46313-
description: Delete a RUM retention filter for an application.
46314+
description: Delete a RUM retention filter for a RUM application.
4631446315
operationId: DeleteRetentionFilter
4631546316
parameters:
4631646317
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46328,7 +46329,7 @@ paths:
4632846329
tags:
4632946330
- Rum Retention Filters
4633046331
get:
46331-
description: Get a RUM retention filter for an application.
46332+
description: Get a RUM retention filter for a RUM application.
4633246333
operationId: GetRetentionFilter
4633346334
parameters:
4633446335
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46350,7 +46351,7 @@ paths:
4635046351
tags:
4635146352
- Rum Retention Filters
4635246353
patch:
46353-
description: 'Update a RUM retention filter for an application.
46354+
description: 'Update a RUM retention filter for a RUM application.
4635446355

4635546356
Returns RUM retention filter objects from the request body when the request
4635646357
is successful.'
@@ -53800,7 +53801,7 @@ tags:
5380053801
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
5380153802
name: Rum Metrics
5380253803
- description: Manage retention filters through [Manage Applications](https://app.datadoghq.com/rum/list)
53803-
for your organization.
53804+
of RUM for your organization.
5380453805
name: Rum Retention Filters
5380553806
- description: Create and manage your security rules, signals, filters, and more.
5380653807
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more

src/datadog_api_client/v2/api/rum_retention_filters_api.py

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class RumRetentionFiltersApi:
1919
"""
20-
Manage retention filters through `Manage Applications <https://app.datadoghq.com/rum/list>`_ for your organization.
20+
Manage retention filters through `Manage Applications <https://app.datadoghq.com/rum/list>`_ of RUM for your organization.
2121
"""
2222

2323
def __init__(self, api_client=None):
@@ -197,10 +197,10 @@ def create_retention_filter(
197197
) -> RumRetentionFilterResponse:
198198
"""Create a RUM retention filter.
199199
200-
Create a RUM retention filter for an application.
200+
Create a RUM retention filter for a RUM application.
201201
Returns RUM retention filter objects from the request body when the request is successful.
202202
203-
:param app_id: Application ID.
203+
:param app_id: RUM application ID.
204204
:type app_id: str
205205
:param body: The definition of the new RUM retention filter.
206206
:type body: RumRetentionFilterCreateRequest
@@ -220,9 +220,9 @@ def delete_retention_filter(
220220
) -> None:
221221
"""Delete a RUM retention filter.
222222
223-
Delete a RUM retention filter for an application.
223+
Delete a RUM retention filter for a RUM application.
224224
225-
:param app_id: Application ID.
225+
:param app_id: RUM application ID.
226226
:type app_id: str
227227
:param rf_id: Retention filter ID.
228228
:type rf_id: str
@@ -242,9 +242,9 @@ def get_retention_filter(
242242
) -> RumRetentionFilterResponse:
243243
"""Get a RUM retention filter.
244244
245-
Get a RUM retention filter for an application.
245+
Get a RUM retention filter for a RUM application.
246246
247-
:param app_id: Application ID.
247+
:param app_id: RUM application ID.
248248
:type app_id: str
249249
:param rf_id: Retention filter ID.
250250
:type rf_id: str
@@ -263,9 +263,9 @@ def list_retention_filters(
263263
) -> RumRetentionFiltersResponse:
264264
"""Get all RUM retention filters.
265265
266-
Get the list of RUM retention filters for an application.
266+
Get the list of RUM retention filters for a RUM application.
267267
268-
:param app_id: Application ID.
268+
:param app_id: RUM application ID.
269269
:type app_id: str
270270
:rtype: RumRetentionFiltersResponse
271271
"""
@@ -281,10 +281,10 @@ def order_retention_filters(
281281
) -> RumRetentionFiltersOrderResponse:
282282
"""Order RUM retention filters.
283283
284-
Order RUM retention filters for an application.
284+
Order RUM retention filters for a RUM application.
285285
Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
286286
287-
:param app_id: Application ID.
287+
:param app_id: RUM application ID.
288288
:type app_id: str
289289
:param body: New definition of the RUM retention filter.
290290
:type body: RumRetentionFiltersOrderRequest
@@ -305,10 +305,10 @@ def update_retention_filter(
305305
) -> RumRetentionFilterResponse:
306306
"""Update a RUM retention filter.
307307
308-
Update a RUM retention filter for an application.
308+
Update a RUM retention filter for a RUM application.
309309
Returns RUM retention filter objects from the request body when the request is successful.
310310
311-
:param app_id: Application ID.
311+
:param app_id: RUM application ID.
312312
:type app_id: str
313313
:param rf_id: Retention filter ID.
314314
:type rf_id: str

src/datadog_api_client/v2/model/rum_retention_filter_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, source: Union[RumRetentionFilterSource, UnsetType] = unset,
3434
"""
3535
The object describing metadata of a RUM retention filter.
3636
37-
:param source: The type of RUM events to filter on.
37+
:param source: The source that originates the retention filter.
3838
:type source: RumRetentionFilterSource, optional
3939
"""
4040
if source is not unset:

src/datadog_api_client/v2/model/rum_retention_filter_source.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class RumRetentionFilterSource(ModelSimple):
1616
"""
17-
The type of RUM events to filter on.
17+
The source that originates the retention filter.
1818
1919
:param value: Must be one of ["ui", "terraform", "default", "unknown"].
2020
:type value: str

src/datadog_api_client/v2/model/rum_retention_filters_order_request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def openapi_types(_):
3333
def __init__(self_, data: Union[List[RumRetentionFiltersOrderData], UnsetType] = unset, **kwargs):
3434
"""
3535
The list of RUM retention filter IDs along with their corresponding type to reorder.
36-
All retention filter IDs should be included in the list created for an application.
36+
All retention filter IDs should be included in the list created for a RUM application.
3737
3838
:param data: A list of RUM retention filter IDs along with type.
3939
:type data: [RumRetentionFiltersOrderData], optional

src/datadog_api_client/v2/model/rum_retention_filters_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def openapi_types(_):
3232

3333
def __init__(self_, data: Union[List[RumRetentionFilterData], UnsetType] = unset, **kwargs):
3434
"""
35-
All RUM retention filters for an application.
35+
All RUM retention filters for a RUM application.
3636
3737
:param data: A list of RUM retention filters.
3838
:type data: [RumRetentionFilterData], optional

tests/v2/features/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)