View source: R/xray_operations.R
xray_get_service_graph | R Documentation |
Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.
See https://www.paws-r-sdk.com/docs/xray_get_service_graph/ for full documentation.
xray_get_service_graph(
StartTime,
EndTime,
GroupName = NULL,
GroupARN = NULL,
NextToken = NULL
)
StartTime |
[required] The start of the time frame for which to generate a graph. |
EndTime |
[required] The end of the timeframe for which to generate a graph. |
GroupName |
The name of a group based on which you want to generate a graph. |
GroupARN |
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph. |
NextToken |
Pagination token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.