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.
| Action | Method | Path | Description |
|---|---|---|---|
| Get Azure Key Vault scan task list | GET | /api/discovery/v1/azure_task | Retrieve a list of all Azure Key Vault scan tasks. |
| Add Azure Key Vault scan task | POST | /api/discovery/v1/azure_task | Create a new Azure Key Vault discovery scan task. |
| Start Azure Key Vault scan task | POST | /api/discovery/v1/azure_task/{taskId}/start | Start a previously created Azure Key Vault scan task. |
| Get Azure Key Vault scan task | GET | /api/discovery/v1/azure_task/{taskId} | Retrieve configuration and status of a specific scan task. |
| Update Azure Key Vault scan task | PUT | /api/discovery/v1/azure_task/{id} | Update the configuration details of an existing Azure key vault scan task. |
| Delete Azure Key Vault scan task | DELETE | /api/discovery/v1/azure_task/{taskId} | Delete an Azure key vault scan task. |
Updated about 23 hours ago