/system/restore

Resource URI

/system/restore

HTTP GET

Retrieves all available backup files for restore.

GET /system/restore

Method

Response Payload

JSON

{
  "system_restore": {
    "resources": [
      {
        "id": "xmsbackup-20120619-160125.tar.gz",
        "uri": "/system/restore/xmsbackup-20120619-160125.tar.gz"
      },
      {
        "id": "xmsbackup-20120620-120928.tar.gz",
        "uri": "/system/restore/xmsbackup-20120620-120928.tar.gz"
      },
      {
        "id": "xmsbackup-20120620-120935.tar.gz",
        "uri": "/system/restore/xmsbackup-20120620-120935.tar.gz"
      }
    ]
  }
}

HTTP PUT

Restores system from a system backup file.

PUT /system/backup/xmsbackup-20120619-160125.tar.gz