BackupResource
BackupResource REST endpoint to back up the access control model Copyright 2017 WANdisco.
The following resources are part of this group:
/modelbackup/backup
Mount Point: /modelbackup/backup
POST
Backs up the local node
Response Body
| element: | (custom) |
| media types: | */* application/xml |
the file system location of the backup
Status Codes
| code | description |
|---|---|
| 200 | OK |
| 401 | Authentication required. |
| 403 | Authorization required - access forbidden |
/modelbackup/restorelocal
Mount Point: /modelbackup/restorelocal
POST
Restores the specified backup on the stopped local node
Parameters
| name | description | type | default |
|---|---|---|---|
| backupLocation | The file system location on the node of the backup to be restored. | query |
Response Body
| element: | (custom) |
| media types: | */* application/xml |
(no documentation provided)
Status Codes
| code | description |
|---|---|
| 200 | OK |
| 400 | Bad request - see returned ExceptionDTO |
| 401 | Authentication required. |
| 403 | Authorization required - access forbidden |