Path: / {BASE} / system / database / reinit

Reinitialise the database configuration. Will close the database connection and reopen it, possibly with new settings.


Method Summary
ResourceDescription
POST /{BASE}/system/database/reinitReinitialise the database configuration.

Method Detail
HTTP Example:
POST /{BASE}/system/database/reinit

API Example:

SystemWebService.reinitDatabase({});

Reinitialise the database configuration. Will close the database connection and reopen it, possibly with new settings.

Output:
javax.ws.rs.core.Response - ok if successful, 500 if not
HTTP return codes:
200 - if database was reinitialised successfully
500 - if there was an error while reinitialising database (see log)