@Path(value="/system/indexer/cluster") public class IndexerClusterResource extends RestResource
objectMapper, serverStatus, userService
Constructor and Description |
---|
IndexerClusterResource() |
Modifier and Type | Method and Description |
---|---|
ClusterHealth |
clusterHealth() |
ClusterName |
clusterName() |
bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, page, restrictToMaster, setPrettyPrint
@GET @Timed @Path(value="/name") @Produces(value="application/json") public ClusterName clusterName()
@GET @Timed @Path(value="/health") @Produces(value="application/json") public ClusterHealth clusterHealth()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.