public interface RemoteSystemResource
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SystemJVMResponse> |
jvm() |
retrofit2.Call<SystemOverviewResponse> |
system() |
retrofit2.Call<SystemThreadDumpResponse> |
threadDump() |
@GET(value="/system") retrofit2.Call<SystemOverviewResponse> system()
@GET(value="/system/jvm") retrofit2.Call<SystemJVMResponse> jvm()
@GET(value="/system/threaddump") retrofit2.Call<SystemThreadDumpResponse> threadDump()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.