Skip To Content
ArcGIS Developer
Dashboard

Backup (Backups)

Description

This resource returns information about a specific backup in a deployment.

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 resource:

https://organization.domain.com/context/admin/system/disasterrecovery/stores/default/backups/backup_first?f=pjson

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