Class ConfigRestEndpoint
- java.lang.Object
-
- ch.colabproject.colab.api.rest.config.ConfigRestEndpoint
-
@Path("config") @Consumes("application/json") @Produces("application/json") public class ConfigRestEndpoint extends Object
REST MonitoringRestEndpoint to monitor the system- Author:
- maxence
-
-
Constructor Summary
Constructors Constructor Description ConfigRestEndpoint()
-
-
-
Method Detail
-
getConfig
@GET public ColabConfig getConfig()
Get account-related configuration- Returns:
- configuration
-
-