Users with the manageSystem permission have access to the following services:
| Path | HTTP Method | Description |
|---|---|---|
/resource/free/ |
GET |
Get free resource limits. |
/resource/free/{accountId} |
GET |
Get free resource limits for the given account. |
/resource/free/{accountId} |
POST |
Edit free resource limit for the given account. |
/resource/free/{accountId} |
DELETE |
Remove free resource limit for the given account. |
/installer/ |
POST |
Add installer to the registry. |
/installer/{key} |
PUT |
Update installer in the registry. |
/installer/{key} |
DELETE |
Remove installer from the registry. |
/logger/ |
GET |
Get logging configurations in the Che server. |
/logger/{name} |
GET |
Get configurations of logger by its name in the Che server. |
/logger/{name} |
PUT |
Create logger in the Che server. |
/logger/{name} |
POST |
Edit logger in the Che server. |
/resource/{accountId}/details |
GET |
Get detailed information about resources for the given account. |
/system/stop |
POST |
Shutdown all system services, prepare Che to stop. |