Retrieve the manager configuration JSON
GET/configuration/manager
Retrieve the manager configuration JSON
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
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
{
"loadLocales": true,
"languages": {},
"realms": {},
"pages": {},
"manager": {
"managerUrl": "string",
"keycloakUrl": "string",
"appVersion": "string",
"realm": "string",
"clientId": "string",
"autoLogin": true,
"consoleAutoEnable": true,
"loadIcons": true,
"pollingIntervalMillis": 0,
"loadTranslations": [
"string"
],
"loadDescriptors": true,
"translationsLoadPath": "string",
"skipFallbackToBasicAuth": true,
"applyConfigToAdmin": true,
"auth": "KEYCLOAK",
"credentials": {
"username": "string",
"password": "string"
},
"eventProviderType": "WEBSOCKET",
"mapType": "VECTOR",
"configureTranslationsOptions": {},
"basicLoginProvider": {},
"defaultLanguage": "string"
}
}
Loading...