Skip to main content

List VPN settings

GET 

/vpn-settings

Retrieve a list of VPN settings.

Request

Query Parameters

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    vpn object
    ikev2 object
    cookie_threshold integer

    Possible values: <= 65535

    Default value: 500

    Cookie activation threshold

    max_half_opened_sa integer

    Possible values: >= 1 and <= 65535

    Default value: 65535

    Maximum half-opened SA

    certificate_cache_size integer

    Possible values: <= 4000

    Default value: 500

    Maximum cached certificates

  • ]
Loading...