Skip to main content

Get existing VPN settings

GET 

/vpn-settings/:id

Retrieve existing VPN settings.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

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