public interface RemoteSystemResource
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SystemJVMResponse> |
jvm() |
retrofit2.Call<SystemProcessBufferDumpResponse> |
processBufferDump() |
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()
@GET(value="system/processbufferdump") retrofit2.Call<SystemProcessBufferDumpResponse> processBufferDump()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.