- URL:https://<admin-root>/system
 - Required Capability:Administrator
 - Version Introduced:10.8
 
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
| Parameter | Details | 
|---|---|
| f |                    The response format. The default response format is html. Values: html | json  |               
Example usage
Below is a sample request URL for the system resource:
https://machine.domain.com/webadaptor/admin/system?f=jsonJSON Response example
{
  "resources": [ 
    "properties", 
    "directories", 
    "configstore", 
    "licenses" 
  ]
}