- URL:https://<portaladmin-url>/system
- Child Resources:Licenses, Web Adaptors, Directories, Database, Indexer, Properties, Email Settings, Languages, Content
- Required Capability:Default administrator role | Security and infrastructure privilege | Organization website privilege
- Version Introduced:10.2.1
Description
This resource is an umbrella for a collection of system-wide resources for your portal. This resource provides access to the ArcGIS Web Adaptor configuration, portal directories, database management server, indexing capabilities, license information, and the properties of your portal.
Request parameters
Parameter | Details |
---|---|
f | The formatting parameter. The default 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",
"licenses",
"properties"
]
}