SystemApi

class SystemApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard

Gets information about the request endpoint.

Link copied to clipboard
suspend fun getLogFile(name: String): Response<String>

Gets a log file.

Link copied to clipboard
suspend fun getPingSystem(): Response<String>

Pings the system.

Link copied to clipboard

Gets public information about the server.

Link copied to clipboard

Gets a list of available server log files.

Link copied to clipboard

Gets information about the server.

Link copied to clipboard

Gets information about the server.

Link copied to clipboard

Pings the system.

Link copied to clipboard

Restarts the application.

Link copied to clipboard

Shuts down the application.