SystemApi

class SystemApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getEndpointInfo(): Response<<Error class: unknown 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: unknown class>>

Gets public information about the server.

Link copied to clipboard
suspend fun getServerLogs(): Response<List<<Error class: unknown class>>>

Gets a list of available server log files.

Link copied to clipboard
suspend fun getSystemInfo(): Response<<Error class: unknown class>>

Gets information about the server.

Link copied to clipboard
suspend fun getWakeOnLanInfo(): Response<List<<Error class: unknown class>>>

Gets wake on lan information.

Link copied to clipboard

Pings the system.

Link copied to clipboard

Restarts the application.

Link copied to clipboard

Shuts down the application.