xray_batch_get_traces: Retrieves a list of traces specified by ID

View source: R/xray_operations.R

xray_batch_get_tracesR Documentation

Retrieves a list of traces specified by ID

Description

Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use get_trace_summaries to get a list of trace IDs.

See https://www.paws-r-sdk.com/docs/xray_batch_get_traces/ for full documentation.

Usage

xray_batch_get_traces(TraceIds, NextToken = NULL)

Arguments

TraceIds

[required] Specify the trace IDs of requests for which to retrieve segments.

NextToken

Pagination token.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.