Skip to main content

Get existing general settings

GET 

/general-settings/:id

Retrieve existing general 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

    general object
    domain string

    DNS domain

    login_banner string

    Logon banner

    ack_login_banner boolean

    Force admins to acknowledge login banner

    ssl_tls_service_profile string

    SSL/TLS service profile

    locale string

    Possible values: [en, es, ja, fr, zh_CN, zh_TW]

    Default value: en

    Locale

    geo_location object

    Geographic coordinates

    latitude numberrequired

    Latitude

    longitude numberrequired

    Longitude

    timezone string

    Timezone

    setting object
    management object
    auto_acquire_commit_lock boolean

    Automatically acquire commit lock

    enable_certificate_expiration_check boolean

    Certificate expiration check

    auto_mac_detect boolean

    Use hypervisor assigned MAC addresses

    tunnel_acceleration boolean

    Default value: true

    Tunnel acceleration

    fail_open boolean

    Fail open

Loading...