public interface RemoteSystemProcessingStatusResource
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ProcessingStatusSummary> |
getPersistedStatus() |
retrofit2.Call<ProcessingStatusSummary> |
getStatus() |
@GET(value="system/processing/status") retrofit2.Call<ProcessingStatusSummary> getStatus()
@GET(value="system/processing/status/persisted") retrofit2.Call<ProcessingStatusSummary> getPersistedStatus()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.