All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.restroutes.generated.ClusterResource Maven / Gradle / Ivy


package org.graylog2.restroutes.generated;

import org.graylog2.restroutes.PathMethod;

public class ClusterResource {


    public PathMethod node() {
        return new PathMethod("GET", "/system/cluster/node");
    }

    public PathMethod node(String nodeId) {
        return new PathMethod("GET", "/system/cluster/nodes/"+com.google.common.net.UrlEscapers.urlPathSegmentEscaper().escape(nodeId)+"");
    }

    public PathMethod nodes() {
        return new PathMethod("GET", "/system/cluster/nodes");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy