public interface RemoteDeflectorResource
retrofit2.Call<Void>
cycle()
cycleIndexSet(String indexSetId)
@POST(value="system/deflector/cycle") retrofit2.Call<Void> cycle()
@POST(value="system/deflector/{indexSetId}/cycle") retrofit2.Call<Void> cycleIndexSet(@Path(value="indexSetId") String indexSetId)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.