Open this page in the API Guide

AdminController.Diagnostics Method

Gets application and system diagnostics.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpGetAttribute("DiagnosticsFile")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult Diagnostics(
	Guid? sessionId = null,
	string? key = null,
	string? mode = null
)

Parameters

sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.
key (Optional)
Type: System.String
The local access key.
mode (Optional)
Type: System.String
The view mode.

Return Value

Type: ActionResult
The diagnostic results.
See Also