Class ClusterResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ClusterResource
@Consumes("application/json")
@Produces("application/json")
@Path("/cluster")
public class ClusterResource
extends Object
REST wrapper for the
ClusterService
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClusterNodeStatuses
(int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
ClusterResource
-
-
Method Details
-
getClusterNodeStatuses
@PublicApi @GET @Path("/nodes") public RestList<NodeStatus> getClusterNodeStatuses(@QueryParam("start") int start, @QueryParam("limit") @DefaultValue("100") int limit, @Context javax.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-