Azure accounts
Azure accounts API overview
The Azure accounts API allows integrators to manage Azure account configurations used by SCM for Azure-based discovery tasks or certificate operations.
The API supports creating and updating Azure accounts, retrieving account information, validating account connectivity, and listing Azure Key Vaults or resource groups associated with an account.
Azure accounts API endpoints
The following table lists the endpoints for managing Azure accounts.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Retrieve Azure account details | GET | /api/azure/v1/accounts/{id} | Retrieve details of a specific Azure account. |
| Update Azure account | PUT | /api/azure/v1/accounts/{id} | Update configuration for an existing Azure account. |
| Delete Azure account | DELETE | /api/azure/v1/accounts/{id} | Delete an Azure account by ID. |
| Delegate organizations to existing Azure account | PUT | /api/azure/v1/accounts/{id}/delegations | Assign one or more organizations to an Azure account. |
| Retrieve Azure accounts | GET | /api/azure/v1/accounts | Retrieve a list of all Azure accounts. |
| Create Azure account | POST | /api/azure/v1/accounts | Create a new Azure account configuration. |
| Check Azure account | GET | /api/azure/v1/accounts/{id}/check | Validate connectivity and permissions for the Azure account. |
| Retrieve Vaults for Azure account | GET | /api/azure/v1/accounts/{accountId}/subscriptions/{subscriptionId}/resource-groups/{resourceGroup}/vaults | Retrieve Azure Key Vaults associated with the Azure account. |
| Retrieve Resource Groups for Azure account | GET | /api/azure/v1/accounts/{accountId}/resource-groups | Retrieve Azure Resource Groups available under the Azure account. |
Updated about 23 hours ago