SystemApi

class SystemApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
fun SystemApi(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getEndpointInfo(): Response<<ERROR CLASS>>

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
suspend fun getPublicSystemInfo(): Response<<ERROR CLASS>>

Gets public information about the server.

Link copied to clipboard
suspend fun getServerLogs(): Response<List<<ERROR CLASS>>>

Gets a list of available server log files.

Link copied to clipboard
suspend fun getSystemInfo(): Response<<ERROR CLASS>>

Gets information about the server.

Link copied to clipboard
suspend fun getWakeOnLanInfo(): Response<List<<ERROR CLASS>>>

Gets wake on lan information.

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

Pings the system.

Link copied to clipboard
suspend fun restartApplication(): Response<Unit>

Restarts the application.

Link copied to clipboard
suspend fun shutdownApplication(): Response<Unit>

Shuts down the application.