AdminControllerDiagnostics Method

GET /Admin/DiagnosticsFile Gets application and system diagnostics.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("DiagnosticsFile")]
public IActionResult Diagnostics(
	Guid? sessionId = null,
	string key = null,
	string mode = null
)

Parameters

sessionId (Optional)
Type: SystemNullableGuid
The current session ID.
key (Optional)
Type: SystemString
The local access key.
mode (Optional)
Type: SystemString
The view mode.

Return Value

Type: IActionResult
The diagnostic results.
See Also