- URL:
- https://<admin-root>/system
- Methods:
- GET
- 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 | 
|---|---|
| 
 | The response format. The default response format is  Values:  | 
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"
  ]
}