Export Site

URL:
https://<notebookserveradmin-url>/exportSite
Methods:
POST
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

ParameterDetails

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

1
location=//myserver/Export_April3

f

The response format. The default response format is html .

Values: html | json | pjson

Example response

1
2
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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close