CheckControllerCheck - метод

Get text description of server's environment and configuration including OS and .NET versions, and list of loaded extensions and additional controller assemblies. Also checks whether cards and views components are functional, and returns the results of said checks. Doesn't require authentication.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpGetAttribute]
[ProducesAttribute("text/plain", new string[] { ... })]
public Task<string> Check(
	CancellationToken cancellationToken = default
)

Параметры

cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

TaskString
Text description of server's environment and configuration, and the result of performed checks. Returns text "Health check is disabled in configuration" if operation is disabled in server's configuration.

См. также