Network discovery tasks
Network discovery tasks API overview
The Network discovery tasks API allows integrators to create, start, update, list, and delete network scan tasks in SCM.
These tasks define discovery jobs that scan network locations for certificates.
Network discovery tasks API endpoints
The following table lists the endpoints for managing network discovery tasks.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Get a network scan tasks list | GET | /api/discovery/v4/net_task | Retrieve a list of all network scan tasks. |
| Create a network scan task | POST | /api/discovery/v4/net_task | Create a new network discovery scan task. |
| Start a network scan task | POST | /api/discovery/v4/net_task/{taskId}/start | Start a previously created network scan task. |
| Get network scan task details | GET | /api/discovery/v4/net_task/{taskId} | Retrieve detailed configuration and status for a specific scan task. |
| Update a network scan task | PUT | /api/discovery/v4/net_task/{id} | Update configuration of an existing network scan task. |
| Delete a network scan task | DELETE | /api/discovery/v4/net_task/{taskId} | Delete a network scan task. |
Updated about 23 hours ago