- URL:
- https://<root>/system/disasterrecovery/stores/<storeName>/backups/<backupName>
- Methods:
- GET
- Operations:
- Delete Backup, Restore Backup
- Child Resources:
- Update Backup
- Required Capability:
- Access allowed with the "Security and infrastructure" privilege
- Version Introduced:
- 10.9
Description
The resource for an individual backup returns information about the specific backup in a deployment.
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 resource:
https://organization.domain.com/context/admin/system/disasterrecovery/stores/default/backups/backup_first?f=pjsonJSON Response example
{
  "release": "10.9.1",
  "siteName": "arcgis",
  "description": "",
  "completeTime": 1634736484933,
  "backupStore": "default",
  "retentionDate": 1635945710988,
  "encryptKey": "XxxxxXxXX-XxxXXXXxXXxX..",
  "backupType": "FULL",
  "relationalStore": [
    {
      "metadata": "{crypt}..",
      "geodatabases": [
        {
          "gdbName": "hgdb_name",
          "egdbID": "ed6980a1d5d34b56880836d4373b0051"
        }
      ],
      "systemDatabases": [
        "arcgis",
        "datastoreconfig",
        "gwdb",
        "metrics"
      ],
      "startTime": 1634736146928,
      "clusterID": "wqlxr",
      "endTime": 1634736196269,
      "status": "completed"
    }
  ],
  "scheduleType": "MANUAL",
  "objectStore": [
    {
      "metadata": "{crypt}..",
      "buckets": [
        "arcgis",
        "content",
        "0123456789abcdef"
      ],
      "startTime": 1634736196434,
      "clusterID": "tni5n",
      "endTime": 1634736467059,
      "status": "completed"
    }
  ],
  "namespace": "arcgis",
  "startTime": 1634736144653,
  "infrastructures": {
    "startTime": 1634736467245,
    "endTime": 1634736484880,
    "status": "completed"
  },
  "category": "SYSTEM",
  "backupName": "backup_first",
  "status": "completed"
}