- URL:
- https://<root>/system/disasterrecovery/stores/<storeName>
- Methods:
GET
- Version Introduced:
- 10.9
Description
This resource returns information about a specified backup store, such as whether it is the default store option, the configuration used to register the store, and the storage provider type.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access an individual backup store resource:
https://organization.domain.com/context/admin/system/disasterrecovery/stores/backupDefault?f=pjson
JSON Response example
{
"default": false,
"storageConfig": {
"storageClass": "backups",
"size": "64Gi",
"provisioningType": "DYNAMIC"
},
"identity": "zusu66mh5dhsjtv78nhd",
"name": "backupDefault",
"rootDir": "rootdir",
"type": "HOSTED"
}