- 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
Parameter | Details |
---|---|
| Set this value to Values: |
| The response format. The default format is Values: |
JSON Response example
{
"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"
}