---
title: "Create DCI summary table"
method: POST
path: "/v1/dci-summary-tables"
tags: ["DCI Summary Tables"]
---

# Create DCI summary table

`POST /v1/dci-summary-tables`

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

## Request body

- SummaryTableInput — DCI summary table create/update request body
  - `title` string, required — Summary table title
  - `menuPath` string — Menu path for the summary table
  - `nodeFilter` string — NXSL filter script source
  - `flags` integer — Summary table flags
  - `tableDciName` string — Table DCI name (for table-based summary tables)
  - `columns` SummaryTableColumn[] — Column definitions
    - `name` string — Column display name
    - `dciName` string — DCI name to collect data from
    - `flags` integer — Column flags
    - `separator` string — Multi-value separator (default ";")

## Response `201`

Summary table created successfully

- object
  - `id` integer — ID of the newly created summary table

## Other responses

- `400` — Invalid request or missing title field
- `401` — Unauthorized
- `403` — User does not have MANAGE_SUMMARY_TBLS access right
- `500` — Database failure

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
