- URL:https://<notebookserveradmin>/system/configstore/edit(POST only)
- Required Capability:Administrator
- Related Resources:System, Configuration Store
- 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.
Caution:
This operation restarts all server machines when run.
Request parameters
Parameter | Details |
---|---|
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