Discovery
Network discovery scans and suggested checks
List registered discovery types
Returns the discovery types (lan, freebox, …) available to drive a scan, so a client can build its type picker without hard-coding the set.
List discovery scans
List discovery scans
Start a discovery scan
Admin only. The generic body is `{type, parameters}`; the discovery-type
Get a discovery scan with progress
Returns the scan job plus a uniform progress block for every scan type (chunked scans roll up their children; non-chunked scans report totalChunks=1).
Cancel a discovery scan
Admin only. Cancels the scan and drops every pending fan-out child chunk. Children already running finish naturally.
List discovered (suggested) checks
Returns suggested checks for the org, ordered by group then slug so clients can render them grouped by groupKey.
Dismiss a whole group of discovered checks
Admin only. Soft-deletes every check in the given group (optionally scoped to one scan).
Promote discovered checks into real checks
Admin only. Creates one real check per referenced discovered-check row
Dismiss a single discovered check
Dismiss a single discovered check