Skip to main content

Get VPN Link Status (v2.1)

GET 

/sdwan/v2.1/api/vpnlinks/:vpn_link_id/status

List the status of the VPN link.

Request

Path Parameters

    vpn_link_id stringrequired

    The ID of the VPN link.

Responses

Successful Operation

Schema
    active boolean

    Active

    common_cipher string

    Common Cipher

    ep1_cipher string

    Ep1 Cipher

    ep1_element_id string

    Ep1 Element Id

    ep1_interface_id string

    Ep1 Interface Id

    ep1_keep_alive_failure_count integer

    Ep1 Keep Alive Failure Count

    ep1_keep_alive_interval integer

    Ep1 Keep Alive Interval

    ep1_site_id string

    Ep1 Site Id

    ep2_cipher string

    Ep2 Cipher

    ep2_element_id string

    Ep2 Element Id

    ep2_interface_id string

    Ep2 Interface Id

    ep2_keep_alive_failure_count integer

    Ep2 Keep Alive Failure Count

    ep2_keep_alive_interval integer

    Ep2 Keep Alive Interval

    ep2_site_id string

    Ep2 Site Id

    id string

    Id

    link_up boolean

    Link Up

    usable boolean

    Usable

Loading...