---
title: "Force poll DCI"
method: POST
path: "/objects/{object-id}/data-collection/{dci-id}/force-poll"
tags: ["Data collection"]
---

# Force poll DCI

`POST /objects/{object-id}/data-collection/{dci-id}/force-poll`

Request to delete object.

## Path parameters

- `object-id` string, required
- `dci-id` integer, required

## Request body

- object

## Response `200`

OK

## Other responses

- `401` — Access denied

## Changes

- **2023-02-28** `910d3ad08e09` — 2 info
  - api operation id `forecPollDci` was added
  - added the non-success response with the status `401`
- **2023-02-23** `34452822e5c6` — 1 warning
  - deleted the `path` request parameter `dci-id`
- **2023-02-23** `1026ff73d141` — 1 breaking, 1 warning
  - added the new path request parameter `dci-id`
  - deleted the `path` request parameter `dci-id`
- **2023-02-23** `9c09a2aad349` — 3 breaking, 4 info
  - added the new path request parameter `dci-id`
  - request body became required
  - for the `path` request parameter `dci-id`, the type changed from `string` to `integer`
  - api operation id `forcePollDci` removed and replaced with ``
  - …3 more

[Change history](https://skmtc.dev/netxms/apis/netxms-rest-api/changes/objects/:object-id/data-collection/:dci-id/force-poll/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/0976cbca9648/schema)
