Azure key vault discovery tasks

Azure Key Vault discovery tasks API overview

The Azure Key Vault discovery tasks API allows integrators to create, start, update, list, and delete Azure Key Vault certificate discovery scan tasks in SCM.


Azure Key vault discovery tasks API endpoints

The following table lists the endpoints for managing Azure key vault discovery scan tasks.
Click any action in the first column to open its API reference page.

ActionMethodPathDescription
Get Azure Key Vault scan task listGET/api/discovery/v1/azure_taskRetrieve a list of all Azure Key Vault scan tasks.
Add Azure Key Vault scan taskPOST/api/discovery/v1/azure_taskCreate a new Azure Key Vault discovery scan task.
Start Azure Key Vault scan taskPOST/api/discovery/v1/azure_task/{taskId}/startStart a previously created Azure Key Vault scan task.
Get Azure Key Vault scan taskGET/api/discovery/v1/azure_task/{taskId}Retrieve configuration and status of a specific scan task.
Update Azure Key Vault scan taskPUT/api/discovery/v1/azure_task/{id}Update the configuration details of an existing Azure key vault scan task.
Delete Azure Key Vault scan taskDELETE/api/discovery/v1/azure_task/{taskId}Delete an Azure key vault scan task.