xray_list_retrieved_traces {paws.developer.tools} | R 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. |
[Package paws.developer.tools version 0.9.0 Index]