Class ServerInformationResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ServerInformationResource
@Path("/server-information")
@Consumes("application/json")
@Produces("application/json")
public final class ServerInformationResource
extends Object
REST API for fetching server information.
- Since:
- 9.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionServerInformationResource
(ServerInformationService serverInformationService) -
Method Summary
-
Constructor Details
-
ServerInformationResource
-
-
Method Details
-
index
@GET public javax.ws.rs.core.Response index()
-