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: Symbol not found for EndPointInfo>

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: Symbol not found for PublicSystemInfo>

Gets public information about the server.

Link copied to clipboard
suspend fun getServerLogs(): Response<List<ERROR CLASS: Symbol not found for LogFile>>

Gets a list of available server log files.

Link copied to clipboard
suspend fun getSystemInfo(): Response<ERROR CLASS: Symbol not found for SystemInfo>

Gets information about the server.

Link copied to clipboard
suspend fun getSystemStorage(): Response<ERROR CLASS: Symbol not found for SystemStorageDto>

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.