xray_get_retrieved_traces_graph {paws.developer.tools} | R Documentation |
Retrieves a service graph for traces based on the specified RetrievalToken from the CloudWatch log group generated by Transaction Search
Description
Retrieves a service graph for traces based on the specified RetrievalToken
from the CloudWatch log group generated by Transaction Search. This API does not initiate a retrieval job. You must first execute start_trace_retrieval
to obtain the required RetrievalToken
.
See https://www.paws-r-sdk.com/docs/xray_get_retrieved_traces_graph/ for full documentation.
Usage
xray_get_retrieved_traces_graph(RetrievalToken, NextToken = NULL)
Arguments
RetrievalToken |
[required] Retrieval token. |
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]