Skip to content

Commit cc09538

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 04a593ef of spec repo
1 parent 59c9b7a commit cc09538

8 files changed

+36
-32
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:33.227511",
8-
"spec_repo_commit": "d6a6faf6"
7+
"regenerated": "2025-03-10 19:56:03.385578",
8+
"spec_repo_commit": "04a593ef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-06 21:28:33.247005",
13-
"spec_repo_commit": "d6a6faf6"
12+
"regenerated": "2025-03-10 19:56:03.401439",
13+
"spec_repo_commit": "04a593ef"
1414
}
1515
}
1616
}

.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

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

packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ export class RumRetentionFiltersApiResponseProcessor {
665665

666666
export interface RumRetentionFiltersApiCreateRetentionFilterRequest {
667667
/**
668-
* Application ID.
668+
* RUM application ID.
669669
* @type string
670670
*/
671671
appId: string;
@@ -678,7 +678,7 @@ export interface RumRetentionFiltersApiCreateRetentionFilterRequest {
678678

679679
export interface RumRetentionFiltersApiDeleteRetentionFilterRequest {
680680
/**
681-
* Application ID.
681+
* RUM application ID.
682682
* @type string
683683
*/
684684
appId: string;
@@ -691,7 +691,7 @@ export interface RumRetentionFiltersApiDeleteRetentionFilterRequest {
691691

692692
export interface RumRetentionFiltersApiGetRetentionFilterRequest {
693693
/**
694-
* Application ID.
694+
* RUM application ID.
695695
* @type string
696696
*/
697697
appId: string;
@@ -704,15 +704,15 @@ export interface RumRetentionFiltersApiGetRetentionFilterRequest {
704704

705705
export interface RumRetentionFiltersApiListRetentionFiltersRequest {
706706
/**
707-
* Application ID.
707+
* RUM application ID.
708708
* @type string
709709
*/
710710
appId: string;
711711
}
712712

713713
export interface RumRetentionFiltersApiOrderRetentionFiltersRequest {
714714
/**
715-
* Application ID.
715+
* RUM application ID.
716716
* @type string
717717
*/
718718
appId: string;
@@ -725,7 +725,7 @@ export interface RumRetentionFiltersApiOrderRetentionFiltersRequest {
725725

726726
export interface RumRetentionFiltersApiUpdateRetentionFilterRequest {
727727
/**
728-
* Application ID.
728+
* RUM application ID.
729729
* @type string
730730
*/
731731
appId: string;
@@ -759,7 +759,7 @@ export class RumRetentionFiltersApi {
759759
}
760760

761761
/**
762-
* Create a RUM retention filter for an application.
762+
* Create a RUM retention filter for a RUM application.
763763
* Returns RUM retention filter objects from the request body when the request is successful.
764764
* @param param The request object
765765
*/
@@ -782,7 +782,7 @@ export class RumRetentionFiltersApi {
782782
}
783783

784784
/**
785-
* Delete a RUM retention filter for an application.
785+
* Delete a RUM retention filter for a RUM application.
786786
* @param param The request object
787787
*/
788788
public deleteRetentionFilter(
@@ -804,7 +804,7 @@ export class RumRetentionFiltersApi {
804804
}
805805

806806
/**
807-
* Get a RUM retention filter for an application.
807+
* Get a RUM retention filter for a RUM application.
808808
* @param param The request object
809809
*/
810810
public getRetentionFilter(
@@ -826,7 +826,7 @@ export class RumRetentionFiltersApi {
826826
}
827827

828828
/**
829-
* Get the list of RUM retention filters for an application.
829+
* Get the list of RUM retention filters for a RUM application.
830830
* @param param The request object
831831
*/
832832
public listRetentionFilters(
@@ -847,7 +847,7 @@ export class RumRetentionFiltersApi {
847847
}
848848

849849
/**
850-
* Order RUM retention filters for an application.
850+
* Order RUM retention filters for a RUM application.
851851
* Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
852852
* @param param The request object
853853
*/
@@ -870,7 +870,7 @@ export class RumRetentionFiltersApi {
870870
}
871871

872872
/**
873-
* Update a RUM retention filter for an application.
873+
* Update a RUM retention filter for a RUM application.
874874
* Returns RUM retention filter objects from the request body when the request is successful.
875875
* @param param The request object
876876
*/

packages/datadog-api-client-v2/models/RumRetentionFilterMeta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1212
*/
1313
export class RumRetentionFilterMeta {
1414
/**
15-
* The type of RUM events to filter on.
15+
* 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.
1616
*/
1717
"source"?: RumRetentionFilterSource;
1818

packages/datadog-api-client-v2/models/RumRetentionFilterSource.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { UnparsedObject } from "../../datadog-api-client-common/util";
88

99
/**
10-
* The type of RUM events to filter on.
10+
* 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.
1111
*/
1212

1313
export type RumRetentionFilterSource =

packages/datadog-api-client-v2/models/RumRetentionFiltersOrderRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
99

1010
/**
1111
* The list of RUM retention filter IDs along with their corresponding type to reorder.
12-
* All retention filter IDs should be included in the list created for an application.
12+
* All retention filter IDs should be included in the list created for a RUM application.
1313
*/
1414
export class RumRetentionFiltersOrderRequest {
1515
/**

packages/datadog-api-client-v2/models/RumRetentionFiltersResponse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { RumRetentionFilterData } from "./RumRetentionFilterData";
88
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
99

1010
/**
11-
* All RUM retention filters for an application.
11+
* All RUM retention filters for a RUM application.
1212
*/
1313
export class RumRetentionFiltersResponse {
1414
/**

0 commit comments

Comments
 (0)