Backup Store

URL:
https://<root>/system/disasterrecovery/stores/<storeName>
Methods:
GET
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

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access an individual backup store resource:

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/system/disasterrecovery/stores/backupDefault?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
{
  "default": false,
  "storageConfig": {
    "storageClass": "backups",
    "size": "64Gi",
    "provisioningType": "DYNAMIC"
  },
  "identity": "zusu66mh5dhsjtv78nhd",
  "name": "backupDefault",
  "rootDir": "rootdir",
  "type": "HOSTED"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.