xray_list_retrieved_traces: Retrieves a list of traces for a given RetrievalToken from...

View source: R/xray_operations.R

xray_list_retrieved_tracesR Documentation

Retrieves a list of traces for a given RetrievalToken from the CloudWatch log group generated by Transaction Search

Description

Retrieves a list of traces for a given RetrievalToken from the CloudWatch log group generated by Transaction Search. For information on what each trace returns, see batch_get_traces.

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

Usage

xray_list_retrieved_traces(
  RetrievalToken,
  TraceFormat = NULL,
  NextToken = NULL
)

Arguments

RetrievalToken

[required] Retrieval token.

TraceFormat

Format of the requested traces.

NextToken

Specify the pagination token returned by a previous request to retrieve the next page of indexes.


paws.developer.tools documentation built on April 4, 2025, 12:25 a.m.