> For the complete documentation index, see [llms.txt](https://docs.netmap.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.netmap.dev/guides/scheduled-discovery-observations.md).

# Review Discovery Observations

Scheduled discovery creates review-only observations for new devices, MAC-matched IP moves, field changes, and disappeared hosts. It does not silently mutate inventory.

API equivalents:

* `GET /api/v1/discovery/observations`
* `PATCH /api/v1/discovery/observations/{observation_id}`
* `POST /api/v1/discovery/observations/{observation_id}/apply`
* `POST /api/v1/discovery/observations/resolve-all`

Required permission: `topology_write`.

## What This Does

This workflow lets you review what scheduled discovery found before NetMap changes inventory. It is designed to reduce noise from temporary offline devices and Wi-Fi churn.

## Observation Types

Verified behavior includes observations for:

* new devices;
* MAC-matched IP moves;
* device field changes;
* disappeared hosts after repeated missed scheduled scans.

Hosts that reappear can auto-resolve disappeared observations. Resolving a new-device observation suppresses re-raising for that device identity according to the implementation rules.

## Steps

1. Open the discovery observations surface in the UI.
2. Review each observation type and details.
3. Apply observations that should update inventory.
4. Resolve observations that are expected or not useful.
5. Use resolve-all only after reviewing the impact.

## Common Problems

| Symptom                       | Likely cause             | Fix                        |
| ----------------------------- | ------------------------ | -------------------------- |
| observation cannot be applied | missing required details | rerun discovery schedule   |
| disappeared host reappears    | intermittent device      | review auto-resolved state |
| `403`                         | missing `topology_write` | update role permissions    |

## Related Pages

* [Run Discovery](/guides/run-discovery.md)
* [Inventory](/using-netmap/inventory.md)
* [Topology](/using-netmap/topology.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.netmap.dev/guides/scheduled-discovery-observations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
