public interface Shutdown
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ShutdownV3> |
shutdown() |
retrofit2.Call<ShutdownV3> |
shutdown(java.lang.String _exclude_fields)
Shut down the cluster.
|
@FormUrlEncoded @POST(value="/3/Shutdown") retrofit2.Call<ShutdownV3> shutdown(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@FormUrlEncoded @POST(value="/3/Shutdown") retrofit2.Call<ShutdownV3> shutdown()