Site root

URL:
https://notebookserver.domain.com:port/arcgis/admin
Methods:
GET
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

Use dark colors for code blocksCopy
1
2
3
4
{
  "version": "<version>",
  "resources": ["resource1", "resource2",...]
}

JSON Response Example

Use dark colors for code blocksCopy
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.