networkmanager_start_route_analysis: Starts analyzing the routing path between the specified...

View source: R/networkmanager_operations.R

networkmanager_start_route_analysisR 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 false.

UseMiddleboxes

Indicates whether to include the location of middlebox appliances in the route analysis. The default is false.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.