xray_get_service_graph: Retrieves a document that describes services that process...

View source: R/xray_operations.R

xray_get_service_graphR Documentation

Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result

Description

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.

Usage

xray_get_service_graph(
  StartTime,
  EndTime,
  GroupName = NULL,
  GroupARN = NULL,
  NextToken = NULL
)

Arguments

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.


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