- URL:
- https://<root>/system/disasterrecovery/stores/<storeName>
- Methods:
GET
- Operations:
- Unregister, Update, Validate
- Child Resources:
- Backups
- Required Capability:
- Access allowed with the "Security and infrastructure" privilege
- Version Introduced:
- 10.9
Description
The resource for an individual backup store returns information about the 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"
}