Skip to main content

Perform Operation on VPN Link (v2.0)

POST 

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

Perform an operation on a VPN link.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    vpn_link_id stringrequired

    The ID of the VPN link.

Body

    action string

    Possible values: [refresh_vpnlink_status]

    The actions performed on a VPN link.

    id string

    The ID of the VPN link.

Responses

Successful Operation

Schema
    action string

    Possible values: [refresh_vpnlink_status]

    The actions performed on a VPN link.

    id string

    The ID of the VPN link.

Loading...