SystemApi

class SystemApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard

Gets application configuration.

Link copied to clipboard

Gets a default MetadataOptions object.

Link copied to clipboard

Gets information about the request endpoint.

Link copied to clipboard
suspend fun getLogEntries(request: GetLogEntriesRequest = GetLogEntriesRequest()): Response<ActivityLogEntryQueryResult>
suspend fun getLogEntries(startIndex: Int? = null, limit: Int? = null, minDate: DateTime? = null, maxDate: DateTime? = null, hasUserId: Boolean? = null, name: String? = null, overview: String? = null, shortOverview: String? = null, type: String? = null, itemId: UUID? = null, username: String? = null, severity: LogLevel? = null, sortBy: Collection<ActivityLogSortBy>? = emptyList(), sortOrder: Collection<SortOrder>? = emptyList()): Response<ActivityLogEntryQueryResult>

Gets activity log entries.

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

Gets a log file.

Link copied to clipboard

Gets a named configuration.

Link copied to clipboard

Gets a named configuration.

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

Gets the current UTC time.

Link copied to clipboard

Upload a document.

Link copied to clipboard

Pings the system.

Link copied to clipboard

Restarts the application.

Link copied to clipboard

Shuts down the application.

Link copied to clipboard

Updates branding configuration.

Link copied to clipboard

Updates application configuration.

Link copied to clipboard
suspend fun updateNamedConfiguration(key: String, data: JsonElement): Response<Unit>

Updates named configuration.