Interface ServerManagementApi
-
public interface ServerManagementApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<Result>
getVersion()
Request the version of the AppMon Server Get the version of the running server.
-
-
-
Method Detail
-
getVersion
@GET("api/v2/server/version") retrofit2.Call<Result> getVersion()
Request the version of the AppMon Server Get the version of the running server.- Returns:
- Call<XmlResult>
-
-