- URL:https://<notebookserveradmin>/system
- Required Capability:Administrator or Create and Edit ArcGIS Notebooks
- Related Resources:Licenses, Web Adaptors, Containers, Notebook Server Properties, Notebook Server Directories, Jobs, Configuration Store
- Version Introduced:10.7
Description
The System resource is a collection of server-wide resources in your ArcGIS Notebook Server site. In this resource, you can access information and perform operations pertaining to licenses, Web Adaptors, containers, server properties, directories, Jobs, and the configuration store.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
JSON Response syntax
{
"resources": [
"<subfolder1>",
"<subfolder2>",
]
}
JSON Response example
{
"resources": [
"webadaptors",
"containers",
"properties",
"jobs"
]
}