- URL:
- https://<notebookserveradmin>/admin/system/directories/register
- Methods:
POST
- Required Capability:
- Administrator
- Version Introduced:
- 10.7
Description
The register
operation registers a new data directory from your local machine with the ArcGIS Notebook Server site. Registering a local folder as a data directory allows notebook authors to work with files in the folder.
Request parameters
Parameter | Details |
---|---|
| The name of the directory. |
| The full path to the directory on your machine. |
| Registers a new data directory from your local machine with the ArcGIS Notebook Server site. ArcGIS Notebook Server directories can be one of four types: Values: |
| The response format. The default is Values: |
Response properties
Property | Details |
---|---|
| Indicates success or failure when registering the directory. |
JSON Response syntax
{
"path": "path",
"name": "name",
"id": "some_id",
"type": "DATA"
}
JSON Response example
{
"path": "d:\\data",
"name": "EarthquakesData",
"id": "a18ade52-5ad1-43e9-aa3b-cc1a371bd45d",
"type": "DATA"
}