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 Details

    • ClusterResource

      @Inject public ClusterResource(ClusterService clusterService)
  • 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