Skip To Content
ArcGIS Developer
Dashboard

System

Description

The System resource is a collection of miscellaneous server-wide resources such as server properties, server directories, the configuration store, Web Adaptors, and licenses.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the system resource:

https://machine.domain.com/webadaptor/admin/system?f=json

JSON Response example


{
  "resources": [ 
    "properties", 
    "directories", 
    "configstore", 
    "licenses" 
  ]
}