Skip to main content

Start a discovery scan

POST 

/api/v1/orgs/:org/discovery/scans

Admin only. The generic body is {type, parameters}; the discovery-type registry validates the parameters and resolves the job to enqueue. For LAN, parameters are {cidrs, ports?, concurrency?, timeout?}; for Freebox, {channelUid}; for Container, {hosts, timeout?} where each host is a Docker-compatible endpoint (unix:// or tcp://); for Kubernetes, {clusterUid, namespaces?, timeout?} where clusterUid references a stored Kubernetes cluster connection (empty namespaces scans every visible namespace).

Request

Responses

Scan started