ISystemApi Interface

Provides system-level operations for scripts, such as generating performance reports.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public interface ISystemApi

Methods

GeneratePerfReport Generates a performance report (Excel) for the given profile and date range.
GetPerfReportData Returns the raw, computed performance report data (per-metric summary + per-bucket time series) so a script can build a custom report instead of the built-in Excel workbook.

See Also