Skip To Content
ArcGIS Developer
Dashboard

System

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

ParameterDetails
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"
  ]
}