public interface Cloud
retrofit2.Call<CloudV3>
head()
status()
@GET(value="/3/Cloud") retrofit2.Call<CloudV3> status()
@HEAD(value="/3/Cloud") retrofit2.Call<CloudV3> head()