@@ -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
@@ -25518,8 +25518,6 @@ components:
25518
25518
properties:
25519
25519
attributes:
25520
25520
$ref: '#/components/schemas/RumRetentionFilterCreateAttributes'
25521
- meta:
25522
- $ref: '#/components/schemas/RumRetentionFilterMeta'
25523
25521
type:
25524
25522
$ref: '#/components/schemas/RumRetentionFilterType'
25525
25523
required:
@@ -25541,8 +25539,6 @@ components:
25541
25539
$ref: '#/components/schemas/RumRetentionFilterAttributes'
25542
25540
id:
25543
25541
$ref: '#/components/schemas/RumRetentionFilterID'
25544
- meta:
25545
- $ref: '#/components/schemas/RumRetentionFilterMeta'
25546
25542
type:
25547
25543
$ref: '#/components/schemas/RumRetentionFilterType'
25548
25544
type: object
@@ -25574,12 +25570,6 @@ components:
25574
25570
description: ID of retention filter in UUID.
25575
25571
example: 051601eb-54a0-abc0-03f9-cc02efa18892
25576
25572
type: string
25577
- RumRetentionFilterMeta:
25578
- description: The object describing metadata of a RUM retention filter.
25579
- properties:
25580
- source:
25581
- $ref: '#/components/schemas/RumRetentionFilterSource'
25582
- type: object
25583
25573
RumRetentionFilterQuery:
25584
25574
description: The query string for a RUM retention filter.
25585
25575
example: '@session.has_replay:true'
@@ -25597,20 +25587,6 @@ components:
25597
25587
maximum: 100
25598
25588
minimum: 0
25599
25589
type: integer
25600
- RumRetentionFilterSource:
25601
- description: The type of RUM events to filter on.
25602
- enum:
25603
- - ui
25604
- - terraform
25605
- - default
25606
- - unknown
25607
- example: terraform
25608
- type: string
25609
- x-enum-varnames:
25610
- - UI
25611
- - TERRAFORM
25612
- - DEFAULT
25613
- - UNKNOWN
25614
25590
RumRetentionFilterType:
25615
25591
default: retention_filters
25616
25592
description: The type of the resource. The value should always be retention_filters.
@@ -25641,8 +25617,6 @@ components:
25641
25617
$ref: '#/components/schemas/RumRetentionFilterUpdateAttributes'
25642
25618
id:
25643
25619
$ref: '#/components/schemas/RumRetentionFilterID'
25644
- meta:
25645
- $ref: '#/components/schemas/RumRetentionFilterMeta'
25646
25620
type:
25647
25621
$ref: '#/components/schemas/RumRetentionFilterType'
25648
25622
required:
@@ -25673,7 +25647,8 @@ components:
25673
25647
description: 'The list of RUM retention filter IDs along with their corresponding
25674
25648
type to reorder.
25675
25649
25676
- All retention filter IDs should be included in the list created for an application.'
25650
+ All retention filter IDs should be included in the list created for a RUM
25651
+ application.'
25677
25652
properties:
25678
25653
data:
25679
25654
description: A list of RUM retention filter IDs along with type.
@@ -25691,7 +25666,7 @@ components:
25691
25666
type: array
25692
25667
type: object
25693
25668
RumRetentionFiltersResponse:
25694
- description: All RUM retention filters for an application.
25669
+ description: All RUM retention filters for a RUM application.
25695
25670
properties:
25696
25671
data:
25697
25672
description: A list of RUM retention filters.
@@ -46244,10 +46219,10 @@ paths:
46244
46219
- rum_apps_write
46245
46220
/api/v2/rum/applications/{app_id}/relationships/retention_filters:
46246
46221
patch:
46247
- description: 'Order RUM retention filters for an application.
46222
+ description: 'Order RUM retention filters for a RUM application.
46248
46223
46249
- Returns RUM retention filter objects without attributes and meta from the
46250
- request body when the request is successful.'
46224
+ Returns RUM retention filter objects without attributes from the request body
46225
+ when the request is successful.'
46251
46226
operationId: OrderRetentionFilters
46252
46227
parameters:
46253
46228
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46277,7 +46252,7 @@ paths:
46277
46252
x-codegen-request-body-name: body
46278
46253
/api/v2/rum/applications/{app_id}/retention_filters:
46279
46254
get:
46280
- description: Get the list of RUM retention filters for an application.
46255
+ description: Get the list of RUM retention filters for a RUM application.
46281
46256
operationId: ListRetentionFilters
46282
46257
parameters:
46283
46258
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46296,7 +46271,7 @@ paths:
46296
46271
tags:
46297
46272
- Rum Retention Filters
46298
46273
post:
46299
- description: 'Create a RUM retention filter for an application.
46274
+ description: 'Create a RUM retention filter for a RUM application.
46300
46275
46301
46276
Returns RUM retention filter objects from the request body when the request
46302
46277
is successful.'
@@ -46329,7 +46304,7 @@ paths:
46329
46304
x-codegen-request-body-name: body
46330
46305
/api/v2/rum/applications/{app_id}/retention_filters/{rf_id}:
46331
46306
delete:
46332
- description: Delete a RUM retention filter for an application.
46307
+ description: Delete a RUM retention filter for a RUM application.
46333
46308
operationId: DeleteRetentionFilter
46334
46309
parameters:
46335
46310
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46347,7 +46322,7 @@ paths:
46347
46322
tags:
46348
46323
- Rum Retention Filters
46349
46324
get:
46350
- description: Get a RUM retention filter for an application.
46325
+ description: Get a RUM retention filter for a RUM application.
46351
46326
operationId: GetRetentionFilter
46352
46327
parameters:
46353
46328
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46369,7 +46344,7 @@ paths:
46369
46344
tags:
46370
46345
- Rum Retention Filters
46371
46346
patch:
46372
- description: 'Update a RUM retention filter for an application.
46347
+ description: 'Update a RUM retention filter for a RUM application.
46373
46348
46374
46349
Returns RUM retention filter objects from the request body when the request
46375
46350
is successful.'
@@ -53819,7 +53794,7 @@ tags:
53819
53794
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
53820
53795
name: Rum Metrics
53821
53796
- description: Manage retention filters through [Manage Applications](https://app.datadoghq.com/rum/list)
53822
- for your organization.
53797
+ of RUM for your organization.
53823
53798
name: Rum Retention Filters
53824
53799
- description: Create and manage your security rules, signals, filters, and more.
53825
53800
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
0 commit comments