KSC Open API
Kaspersky Security Center API description
Dashboard query format

List of attributes describing a dashboard page is presented below.

NameTypeDescription
"ColumnCount"paramIntCount of dashboard columns.
"PageTitle"paramStringTitle of dashboard page.
"panes"paramArrayContains list of dashboard panes. Each entry contains a dashboard pane definition according to List of statistics dashboards types and attributes.

Each (paramParams) entry of "panes" (paramArray) has the following structure:

    +---0 (paramParams)                                                 - Entry index in "panes" (paramArray).
        +---Height = (paramInt)350
        +---Minimized = (paramBool)false
        +---Params (paramParams)
        |   +---Descr = (paramString)"Dashboard description"
        |   +---KLPPT_StatFinishTime = (paramDateTime)<null> (-1)
        |   +---KLPPT_StatPeriodInSec = (paramInt)86400
        |   +---KLPPT_StatStartTime = (paramDateTime)<null> (-1)
        |   +---KLRPT_DSH_TYPE = (paramInt)56
        |   +---KLRPT_QUERY_ID = (paramInt)0
        |   +---SupportedViews = (paramInt)1073741827                   - See List of diagram forms.
        |   +---VIEW_TYPE = (paramInt)0                                 - Combination of List of diagram forms and List of diagram styles as described below.
        +---Title = (paramString)"Dashboard title"
        +---View = (paramInt)0                                          - Same as VIEW_TYPE attribute.
    

Attributes VIEW_TYPE and View can have one of the following values:

See also: