Skip to main content
Version: 1.3.0

Retrieve the manager configuration JSON

GET 

/configuration/manager

Retrieve the manager configuration JSON

Responses

default response

Schema

    loadLocales boolean

    languages

    object

    property name* string

    realms

    object

    property name*

    ManagerAppRealmConfig

    appTitle string
    styles string
    logo string
    logoMobile string
    favicon string
    language string
    headers string[]

    notifications

    object

    languages string[]
    defaultLanguage string

    pages

    object

    manager

    object

    managerUrl string
    keycloakUrl string
    appVersion string
    realm string
    clientId string
    autoLogin boolean
    consoleAutoEnable boolean
    loadIcons boolean
    pollingIntervalMillis int32
    loadTranslations string[]
    loadDescriptors boolean
    translationsLoadPath string
    skipFallbackToBasicAuth boolean
    applyConfigToAdmin boolean
    auth string

    Possible values: [KEYCLOAK, BASIC, NONE]

    credentials

    object

    username string
    password string
    eventProviderType string

    Possible values: [WEBSOCKET, POLLING]

    mapType string

    Possible values: [VECTOR, RASTER]

    configureTranslationsOptions object
    basicLoginProvider object
    defaultLanguage string
Loading...