- URL:https://<site-url>/system
- Operations:Deployment
- Child Resources:Licenses, Config Store, Directories, Handlers, Jobs, Platform Services, Properties, Web Adaptors
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1
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 | pjson |
Example usage
Below is a sample request URL for the system resource:
https://machine.domain.com/webadaptor/admin/system?f=json
JSON Response example
{
"resources": [
"properties",
"directories",
"configstore",
"licenses"
]
}