Site root

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

ParameterDetails

f

The response format. The default response format is html.

Values: html | json

JSON Response Syntax

1
2
3
4
{
  "version": "<version>",
  "resources": ["resource1", "resource2",...]
}

JSON Response Example

1
2
3
4
{
  "version": "10.7",
  "resources": ["system", "security"]
}

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