| Info | ||||
|---|---|---|---|---|
| ||||
|
Get the Sonar Server Status
| Description | Get the server status: UP, DOWN (generally for database connection failures), SETUP (if the server must be upgraded), MIGRATION_RUNNING (the upgrade process is currently running) |
URL | /api/server |
| Method | GET |
Security | None |
...
Get the server status:
Code Block language none GET http://nemo.sonarsource.org/api/server
Parameters
Parameter | Description | Required | Default Value | Value |
|---|---|---|---|---|
| format | Response formats: xml or json | No | xml |
Upgrade the Sonar Database
| Description | Upgrade the Sonar database |
URL | /api/server/setup |
| Method | POST |
Security | None |
Examples
Upgrade the Sonar database:
Code Block language none ??????????????????
Parameters
Parameter | Description | Required | Default Value | Value |
|---|---|---|---|---|
| format | Response formats: xml or json or txt | No | xml |

