Skip to main content

Get Hardware Bypasses in Element (v2.0)

GET 

/sdwan/v2.0/api/elements/:element_id/hardwarebypass

List all the hardware bypasses in an element.

Request

Path Parameters

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    element_bypass BypassInfo[]

    The information on the element bypass pair.

  • Array [
  • lan string

    The LAN network of the bypass.

    lan_interface_id string

    The LAN interface ID.

    wan string

    The WAN network of the bypass.

    wan_interface_id string

    The WAN interface ID.

  • ]
  • id string

    The ID.

Loading...