Skip to main content

Update VPN Link Admin State (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/vpnlinks/:vpn_link_id/state

Update the admin state of the VPN link.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

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