Operations and Methods
In this article
The following method-implemented operations are supported for the /policies/sql collection in the Veeam Backup for Microsoft Azure REST API:
- (GET)/api/v3/policies/sql — retrieves resource representation of all created Azure SQL backup policies.
- (POST)/api/v3/policies/sql — creates a new Azure SQL backup policy.
- (GET)/api/v3/policies/sql/{policyId} — retrieves information on an Azure SQL backup policy with the specified ID.
- (PUT)/api/v3/policies/sql/{policyId} — modifies an Azure SQL backup policy with the specified ID.
- (DELETE)/api/v3/policies/sql/{policyId} — deletes an Azure SQL backup policy with the specified ID.
- (GET)/api/v3/policies/sql/{policyId}/selectedItems — retrieves representation of Azure resources protected by a backup policy with the specified ID.
- (GET)/api/v3/policies/sql/{policyId}/regions — retrieves representation of Azure regions selected for a backup policy with the specified ID.
- (GET)/api/v3/policies/sql/{policyId}/excludedItems — retrieves representation of Azure resources excluded from a backup policy with the specified ID.
- (POST)/api/v3/policies/sql/orderPriorities — sets backup policy priority order.
- (POST)/api/v3/policies/sql/testConfiguration — checks whether the information on the policy is correct.
- (POST)/api/v3/policies/sql/{policyId}/enable — enables a backup policy with the specified ID.
- (POST)/api/v3/policies/sql/{policyId}/disable — disables a backup policy with the specified ID.
- (POST)/api/v3/policies/sql/{policyId}/start — starts execution of a backup policy with the specified ID.
- (POST)/api/v3/policies/sql/{policyId}/stop — stops execution of a backup policy with the specified ID.
- (POST)/api/v3/policies/sql/{policyId}/export — exports information on a backup policy with the specified ID.
- (GET)/api/v3/policies/sql/protectedItems — retrieves representation of all protected Azure resources.
- (GET)/api/v3/policies/sql/{policyId}/protectedItems — retrieves representation of Azure resources protected by a backup policy with the specified ID.