2using System.Collections.Generic;
5using System.Threading.Tasks;
23 ValueTask<AdministrationResponse>
Read(
bool forceFresh =
false, CancellationToken cancellationToken =
default);
39 ValueTask
Restart(CancellationToken cancellationToken);
Represents a request to update TGS.
Represents a server log file.
For managing server administration.
ValueTask< AdministrationResponse > Read(bool forceFresh=false, CancellationToken cancellationToken=default)
Get the AdministrationResponse represented by the IAdministrationClient.
ValueTask Restart(CancellationToken cancellationToken)
Restarts the TGS server.
ValueTask< ServerUpdateResponse > Update(ServerUpdateRequest updateRequest, Stream? zipFileStream, CancellationToken cancellationToken)
Updates the AdministrationResponse setttings.
ValueTask< Tuple< LogFileResponse, Stream > > GetLog(LogFileResponse logFile, CancellationToken cancellationToken)
Download a given logFile .
ValueTask< List< LogFileResponse > > ListLogs(PaginationSettings? paginationSettings, CancellationToken cancellationToken)
Lists the log files available for download.