About

URL:
https://<notebookserveradmin>/about
Methods:
GET
Required Capability:
Administrator
Version Introduced:
11.5

Description

The about resource returns site, hardware, and license information of the ArcGIS Notebook Server site.

Request parameters

ParameterDetails

redact

Set this value to true to remove all hostnames from URLs and machine names in the output JSON. The default is false.

Values: true | false

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "currentBuild": "56567",
  "serverRole": "FEDERATED_SERVER",
  "lastUpdated": 1741047109107,
  "siteUrl": "https://REDACTED.about.com/gis",
  "serverType": "ARCGIS_NOTEBOOK_SERVER",
  "redacted": true,
  "webContextUrl": "",
  "machines": [
    {
      "licenses": {
        "features": [
          {
            "expirationString": "Wed Oct 21 00:00:00 PDT 2026",
            "displayName": "ArcGIS Notebook Server Advanced",
            "isValid": true,
            "name": "esriServerNoteBooksAdvanced",
            "expiration": 1792566000000,
            "canExpire": true,
            "coreCount": 0,
            "version": "11.5.0"
          }
        ],
        "version": 11,
        "machineName": "REDACTED-0.about.com"
      },
      "webServerCertificateAlias": "wildcardcert",
      "adminURL": "https://REDACTED-0.about.com:11443/arcgis/admin",
      "machineName": "REDACTED-0.about.com",
      "hardware": {
        "numLogicalProcessors": 4,
        "systemMemoryAvailableMB": 6989,
        "os": "Microsoft Windows Server 2022 build 20348",
        "cpu": "Intel(R) Xeon(R) Gold 6342 CPU @ 2.80GHz\n 2 physical CPU package(s)\n 4 physical CPU core(s)\n 4 logical CPU(s)\nIdentifier: Intel64 Family 6 Model 79 Stepping 0\nProcessorID: 1F8BFBFF000406F0\nMicroarchitecture: Broadwell (Server)",
        "systemMemoryMB": 15359,
        "numPhysicalProcessors": 4,
        "localDiskUsage": [
          {
            "diskTotalSpaceGB": 299,
            "diskUsableSpaceGB": 232,
            "exceededDiskSpaceThreshold": false,
            "mount": "C:\\"
          }
        ]
      }
    }
  ],
  "serverId": "oufE7uyNV2Cxrmuq",
  "serverFunction": "NotebookServer",
  "currentVersion": "11.5.0"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.