Skip to main content

rum_replay_session_view_segments

Creates, updates, deletes, gets or lists a rum_replay_session_view_segments resource.

Overview

Namerum_replay_session_view_segments
TypeResource
Iddatadog.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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_segmentsexecview_id, session_idsource, ts, max_list_size, pagingGet 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.

NameDatatypeDescription
session_idstringUnique identifier of the session.
sitestringThe 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_idstringUnique identifier of the view.
max_list_sizeinteger (int64)Maximum size in bytes for the segment list.
pagingstringPaging token for pagination.
sourcestringStorage source: 'event_platform' or 'blob'.
tsinteger (int64)Server-side timestamp in milliseconds.

Lifecycle Methods

EXEC variables use wire (API) names.

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 }}'
;