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