Skip to main content

List general settings

GET 

/general-settings

Retrieve a list of general 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

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