networkmanager_start_route_analysis {paws.networking} | R Documentation |
Starts analyzing the routing path between the specified source and destination
Description
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.
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 |
UseMiddleboxes |
Indicates whether to include the location of middlebox appliances in the
route analysis. The default is |
[Package paws.networking version 0.9.0 Index]