Edit Configuration Store

URL:
https://<notebookserveradmin>/system/configstore/edit
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.7.1

Description

You can use this operation to update the configuration store. Typically, this operation is used to change the location of the store.

When ArcGIS Notebook Server is installed, the default configuration store uses local paths. When server machines are added, the location of the store must be updated to use a shared file system path. However, if you know at the onset that your site will have two or more server machines, you can start from a shared path while creating a site and skip this step altogether.

Request parameters

ParameterDetails

type

The type of the configuration store.

Values: FILESYSTEM

connectionString

A file path or connection URL to the physical location of the store.

move

A Boolean to indicate whether you want to move the content of the current store to the new store. The default is true.

Values: true | false

f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

Use dark colors for code blocksCopy
1
2
3
4
https://server:port/arcgis/admin/system/configstore/edit
	type=FILESYSTEM
	connectionString=/net/server/share/configstore
	move=true

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