DCI Summary Tables

Create DCI summary table

Create a new DCI summary table. Requires MANAGE_SUMMARY_TBLS access right.

post/v1/dci-summary-tables

Request body

titlestring required

Summary table title

menuPathstring

Menu path for the summary table

nodeFilterstring

NXSL filter script source

flagsinteger

Summary table flags

tableDciNamestring

Table DCI name (for table-based summary tables)

aclinteger[]

IDs of users and groups allowed to use this summary table. If omitted on creation, the table is made accessible to everyone; if omitted on update, existing access list is left unchanged.

Response

Summary table created successfully

idinteger

ID of the newly created summary table

Changes