Backups APIs
You can use Backup APIs to view and manage the Snapshots (backups or recovery points) of the volumes (file shares and disks) in your environment.
HTTP Verb | Path | Description | Mandatory parameters/Request body | ||
---|---|---|---|---|---|
|
|
You can retrieve the details of all the backup objects for all the volumes created for the subtenant under tenant. Retrieves details of the source volume and the backup object, such as backup policy, zone, and tags. |
|
||
|
|
You can retrieve the details of a specific backup object created for a volume for the subtenant under tenant. Retrieves details of the source volume and the backup object, such as backup policy, zone, and tags, based on the entered ID. |
|
||
|
|
You can retrieve details of all the recovery points of a specific backup object. Details, such as time stamp and name are retrieved. |
|
||
|
|
You can retrieve details of any recovery point of a specific backup object. Details, such as time stamp and name are retrieved. |
|
||
|
|
You can create a backup object for a particular source volume. Add the values in the request body to create a backup object with the specified parameters, such as backup policy, number of backup copies to retain, and source resource ID. |
|
||
|
|
You can create or replace tags for a backup object for your subtenant. Add the ID of the backup object and the values for the tags in the "key:value pair" format in the request body. |
|
||
|
|
You can modify any backup object for a volume based on its ID. Add the ID of the backup object and the values that you want to modify in the request body, such as the backup policy details, number of backups to retain, and source resource ID.
|
|
||
|
|
You can delete any backup object, along with all the recovery points, for a volume. |
|
||
|
|
You can delete any recovery point in a specific backup object for a volume. |
|