Starts analyzing the routing path between the specified source and destination
Source:R/networkmanager_operations.R
networkmanager_start_route_analysis.RdStarts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
See https://www.paws-r-sdk.com/docs/networkmanager_start_route_analysis/ for full documentation.
Usage
networkmanager_start_route_analysis(
GlobalNetworkId,
Source,
Destination,
IncludeReturnPath = NULL,
UseMiddleboxes = NULL
)Arguments
- GlobalNetworkId
[required] The ID of the global network.
- Source
[required] The source from which traffic originates.
- Destination
[required] The destination.
- IncludeReturnPath
Indicates whether to analyze the return path. The default is
false.- UseMiddleboxes
Indicates whether to include the location of middlebox appliances in the route analysis. The default is
false.