- URL:
- https://<root>/system
- Methods:
- GET
- Child Resources:
- System, Security, Federation, License, Mode
- Required Capability:
- Access allowed with either the "Security and Infrastructure" or "Organization Website" privileges
- 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 | 
|---|---|
| 
 | The response format. The default response format is  Values:  | 
Example usage
The following is a sample request URL used to access the system resource:
https://machine.domain.com/webadaptor/portaladmin/system?f=jsonJSON Response example
{
  "resources": [
    "webadaptors",
    "directories",
    "database",
    "indexer",
    "properties",
    "emailSettings",
    "languages",
    "content"
  ]
}