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

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.

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