Skip to main content

Update VPN Link Admin State (v2.0)

PUT 

/sdwan/v2.0/api/vpnlinks/:vpn_link_id/state

Update the admin state of the VPN link.

Request

Path Parameters

    vpn_link_id stringrequired

    The ID of the VPN link.

Body

    al_id string

    Al Id

    enabled boolean

    The enabled states on a VPN link.

    id string

    The ID of the VPN link.

Responses

Successful Operation

Schema
    al_id string

    Al Id

    enabled boolean

    The enabled states on a VPN link.

    id string

    The ID of the VPN link.

Loading...