---
title: "Push DCI data"
method: POST
path: "/push-data"
tags: ["Data Collection"]
---

# Push DCI data

`POST /push-data`

Pushes DCI values to the server

## Request body

- union
  - DciPushData
    - `nodeId` integer — Target node ID
    - `nodeName` string — Target node name (alternative to nodeId)
    - `dciId` integer — Target DCI ID
    - `dciName` string — Target DCI name (alternative to dciId)
    - `value` string — Value to push
  - object
    - `data` DciPushData[]
      - `nodeId` integer — Target node ID
      - `nodeName` string — Target node name (alternative to nodeId)
      - `dciId` integer — Target DCI ID
      - `dciName` string — Target DCI name (alternative to dciId)
      - `value` string — Value to push

## Response `200`

Data pushed

## Other responses

- `401` — Access denied

## Changes

- **2026-01-30** `32f48ec94aec` — 1 info
  - endpoint added
- **2023-02-23** `9c09a2aad349` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-rest-api/changes/push-data/post.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-rest-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-rest-api/revisions/04789afedcb3/schema)
