- 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
Parameter | Details |
---|---|
| The type of the configuration store. Values: |
| A file path or connection URL to the physical location of the store. |
| A Boolean to indicate whether you want to move the content of the current store to the new store. The default is true. Values: |
| The response format. The default response format is Values: |
Example usage
https://server:port/arcgis/admin/system/configstore/edit
type=FILESYSTEM
connectionString=/net/server/share/configstore
move=true