@@ -684,7 +684,7 @@ components:
684
684
schema:
685
685
type: string
686
686
RumApplicationIDParameter:
687
- description: Application ID.
687
+ description: RUM application ID.
688
688
in: path
689
689
name: app_id
690
690
required: true
@@ -25579,7 +25579,9 @@ components:
25579
25579
minimum: 0
25580
25580
type: integer
25581
25581
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.
25583
25585
enum:
25584
25586
- ui
25585
25587
- terraform
@@ -25654,7 +25656,8 @@ components:
25654
25656
description: 'The list of RUM retention filter IDs along with their corresponding
25655
25657
type to reorder.
25656
25658
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.'
25658
25661
properties:
25659
25662
data:
25660
25663
description: A list of RUM retention filter IDs along with type.
@@ -25672,7 +25675,7 @@ components:
25672
25675
type: array
25673
25676
type: object
25674
25677
RumRetentionFiltersResponse:
25675
- description: All RUM retention filters for an application.
25678
+ description: All RUM retention filters for a RUM application.
25676
25679
properties:
25677
25680
data:
25678
25681
description: A list of RUM retention filters.
@@ -46225,7 +46228,7 @@ paths:
46225
46228
- rum_apps_write
46226
46229
/api/v2/rum/applications/{app_id}/relationships/retention_filters:
46227
46230
patch:
46228
- description: 'Order RUM retention filters for an application.
46231
+ description: 'Order RUM retention filters for a RUM application.
46229
46232
46230
46233
Returns RUM retention filter objects without attributes and meta from the
46231
46234
request body when the request is successful.'
@@ -46258,7 +46261,7 @@ paths:
46258
46261
x-codegen-request-body-name: body
46259
46262
/api/v2/rum/applications/{app_id}/retention_filters:
46260
46263
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.
46262
46265
operationId: ListRetentionFilters
46263
46266
parameters:
46264
46267
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46277,7 +46280,7 @@ paths:
46277
46280
tags:
46278
46281
- Rum Retention Filters
46279
46282
post:
46280
- description: 'Create a RUM retention filter for an application.
46283
+ description: 'Create a RUM retention filter for a RUM application.
46281
46284
46282
46285
Returns RUM retention filter objects from the request body when the request
46283
46286
is successful.'
@@ -46310,7 +46313,7 @@ paths:
46310
46313
x-codegen-request-body-name: body
46311
46314
/api/v2/rum/applications/{app_id}/retention_filters/{rf_id}:
46312
46315
delete:
46313
- description: Delete a RUM retention filter for an application.
46316
+ description: Delete a RUM retention filter for a RUM application.
46314
46317
operationId: DeleteRetentionFilter
46315
46318
parameters:
46316
46319
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46328,7 +46331,7 @@ paths:
46328
46331
tags:
46329
46332
- Rum Retention Filters
46330
46333
get:
46331
- description: Get a RUM retention filter for an application.
46334
+ description: Get a RUM retention filter for a RUM application.
46332
46335
operationId: GetRetentionFilter
46333
46336
parameters:
46334
46337
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46350,7 +46353,7 @@ paths:
46350
46353
tags:
46351
46354
- Rum Retention Filters
46352
46355
patch:
46353
- description: 'Update a RUM retention filter for an application.
46356
+ description: 'Update a RUM retention filter for a RUM application.
46354
46357
46355
46358
Returns RUM retention filter objects from the request body when the request
46356
46359
is successful.'
@@ -53800,7 +53803,7 @@ tags:
53800
53803
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
53801
53804
name: Rum Metrics
53802
53805
- description: Manage retention filters through [Manage Applications](https://app.datadoghq.com/rum/list)
53803
- for your organization.
53806
+ of RUM for your organization.
53804
53807
name: Rum Retention Filters
53805
53808
- description: Create and manage your security rules, signals, filters, and more.
53806
53809
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
0 commit comments