View source: R/networkmanager_operations.R
networkmanager_start_route_analysis | R Documentation |
Starts 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.
networkmanager_start_route_analysis(
GlobalNetworkId,
Source,
Destination,
IncludeReturnPath = NULL,
UseMiddleboxes = NULL
)
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 |
UseMiddleboxes |
Indicates whether to include the location of middlebox appliances in the
route analysis. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.