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.

ActionMethodPathDescription
Get a network scan tasks listGET/api/discovery/v4/net_taskRetrieve a list of all network scan tasks.
Create a network scan taskPOST/api/discovery/v4/net_taskCreate a new network discovery scan task.
Start a network scan taskPOST/api/discovery/v4/net_task/{taskId}/startStart a previously created network scan task.
Get network scan task detailsGET/api/discovery/v4/net_task/{taskId}Retrieve detailed configuration and status for a specific scan task.
Update a network scan taskPUT/api/discovery/v4/net_task/{id}Update configuration of an existing network scan task.
Delete a network scan taskDELETE/api/discovery/v4/net_task/{taskId}Delete a network scan task.