- URL:
- https://notebookserver.domain.com:port/arcgis/admin
- Methods:
GET
- Operations:
- Create Site, Delete Site, Export Site, Import Site, Generate Token, Join Site
- Child Resources:
- Machines, Notebooks, Security, Services, System, Logs, Data Access, Info
- Version Introduced:
- 10.7
Description
This is the root resource for administering ArcGIS Notebook Server. Starting from this root, the ArcGIS Notebook Server environment is organized into a hierarchy of resources and operations.
A version number is returned as a part of this resource.
After installation, ArcGIS Notebook Server can be configured using the Create Site operation.
Request Parameters
Parameter | Details |
---|---|
| The response format. The default response format is html. Values: html | json |
JSON Response Syntax
{
"version": "<version>",
"resources": ["resource1", "resource2",...]
}
JSON Response Example
{
"version": "10.7",
"resources": ["system", "security"]
}