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

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


package org.graylog2.restroutes.generated;

import org.graylog2.restroutes.PathMethod;

public class StatsResource {


    public PathMethod osStats() {
        return new PathMethod("GET", "/system/stats/os");
    }

    public PathMethod processStats() {
        return new PathMethod("GET", "/system/stats/process");
    }

    public PathMethod systemStats() {
        return new PathMethod("GET", "/system/stats");
    }

    public PathMethod fsStats() {
        return new PathMethod("GET", "/system/stats/fs");
    }

    public PathMethod jvmStats() {
        return new PathMethod("GET", "/system/stats/jvm");
    }

    public PathMethod networkStats() {
        return new PathMethod("GET", "/system/stats/network");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy