---
title: "Execute object poll"
method: POST
path: "/objects/{object-id}/polls"
tags: ["Polls"]
---

# Execute object poll

`POST /objects/{object-id}/polls`

Initiates a poll on the object. Returns a UUID to track poll output.
Poll types: autobind, configuration, "configuration full", discovery, interface, status, topology

## Path parameters

- `object-id` string, required

## Request body

- object
  - `type` 'autobind' | 'configuration' | 'configuration full' | 'configuration with reset' | 'discovery' | 'interface' | 'status' | 'topology', required — Poll type

## Response `200`

Poll started

- object
  - `UUID` string, uuid
  - `type` string

## Other responses

- `401` — Access denied

## Changes

> 15 revisions in range; 12 could not be searched.

- **2023-02-23** `9c09a2aad349` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-rest-api/changes/objects/:object-id/polls/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)
