Skip To Content

Site root

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

{
  "version": "<version>",
  "resources": ["resource1", "resource2",...]
}

JSON Response Example

{
  "version": "10.7",
  "resources": ["system", "security"]
}