- URL:https://<notebookserveradmin-url>/exportSite(POST only)
- Version Introduced:10.7.1
Description
Starting at 10.7.1, ArcGIS Notebook Server provides this operation to back up the site's configuration store, along with the importSite operation to restore a site configuration from a backup. The configuration store hosts essential information about the ArcGIS Notebook Server site and its machines.
The output of this operation is a ZIP file with the .agssite file extension.
There are many items and directories that are not backed up by this operation. Among them:
- Notebooks
- Container settings
- Jobs directory
If desired, you can create your own file system backups for these items.
Request parameters
Parameter | Details |
---|---|
location | Specify the full path for the directory to which you want to export the site configuration. The site must have access to this directory. Example
|
f | The response format. The default response format is html. Values: html | json | pjson |
Example response
The exported site file can be downloaded from this location: //myserver/Export_April3
The server may delete this file to reclaim system resources. You must download this file before it gets deleted by the server.