Retrieve the manager configuration JSON
GEThttps://demo.openremote.io/api/master/configuration/manager
Retrieve the manager configuration JSON
Responses
- default
default response
- application/json
- Schema
- Example (auto)
Schema
loadLocalesboolean
languages object
realms object
pages object
manager object
{
"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"
}
}
Authorization: oauth2
name: openidtype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
},
"authorizationCode": {
"authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
}
}
- curl
- nodejs
- java
- python
- ruby
- csharp
- go
- php
- powershell
- CURL
curl -L 'https://demo.openremote.io/api/master/configuration/manager' \
-H 'Authorization: Bearer <token>'
ResponseClear