Skip To Content
ArcGIS Developer
Dashboard

System

Description

The system resource is an umbrella for a collection of system-wide resources for your portal.

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/portaladmin/system?f=json

JSON Response example


{
  "resources": [
    "webadaptors",
    "directories",
    "database",
    "indexer",
    "properties",
    "emailSettings",
    "languages",
    "content"
  ]
}