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
)
[required] The ID of the global network.
[required] The source from which traffic originates.
[required] The destination.
Indicates whether to analyze the return path. The default is false
.
Indicates whether to include the location of middlebox appliances in the
route analysis. The default is false
.