rum_replay_session_view_segments
Creates, updates, deletes, gets or lists a rum_replay_session_view_segments resource.
Overview
| Name | rum_replay_session_view_segments |
| Type | Resource |
| Id | datadog.digital_experience.rum_replay_session_view_segments |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_segments | exec | view_id, session_id | source, ts, max_list_size, paging | Get segments for a view. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
session_id | string | Unique identifier of the session. |
site | string | The Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both. |
view_id | string | Unique identifier of the view. |
max_list_size | integer (int64) | Maximum size in bytes for the segment list. |
paging | string | Paging token for pagination. |
source | string | Storage source: 'event_platform' or 'blob'. |
ts | integer (int64) | Server-side timestamp in milliseconds. |
Lifecycle Methods
EXEC variables use wire (API) names.
- get_segments
Get segments for a view.
EXEC datadog.digital_experience.rum_replay_session_view_segments.get_segments
@view_id='{{ view_id }}' --required,
@session_id='{{ session_id }}' --required,
@source='{{ source }}',
@ts='{{ ts }}',
@max_list_size='{{ max_list_size }}',
@paging='{{ paging }}'
;