- URL:https://<root>/system
- Child Resources:Licenses, Web Adaptors, Directories, Database, Indexer, Properties, Email Settings, Content
- Required Capability:Default administrator role | Security and infrastructure privilege | Organization website privilege
- Version Introduced:10.2.1
Description
The system resource is an umbrella for a collection of system-wide resources for your portal.
Request parameters
Parameter | Details |
---|---|
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"
]
}