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