Skip To Content
ArcGIS Developer
Dashboard

Edit Configuration Store

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.

Caution:

This operation restarts all server machines when run.

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


https://server:port/arcgis/admin/system/configstore/edit
	type=FILESYSTEM
	connectionString=/net/server/share/configstore
	move=true