MXS-1220: Add service parameters to service resource

The service resource now exposes the parameters that were given to
it. This allows general service parameters to be changed at runtime
through the REST API.
This commit is contained in:
Markus Mäkelä
2017-04-21 14:19:24 +03:00
committed by Markus Mäkelä
parent fc887c7f5f
commit 722ca4c8d1
3 changed files with 63 additions and 11 deletions

View File

@ -60,6 +60,7 @@ extern const char CN_FILTERS[];
extern const char CN_FILTER[];
extern const char CN_GATEWAY[];
extern const char CN_LISTENER[];
extern const char CN_LISTENERS[];
extern const char CN_LOCALHOST_MATCH_WILDCARD_HOST[];
extern const char CN_LOG_AUTH_WARNINGS[];
extern const char CN_LOG_THROTTLING[];