Skip To Content
ArcGIS Developer
Dashboard

Backup Store

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

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:

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"
}