SystemResource
This api provides methods for discovering information about the system
The following resources are applicable:
/system
Mount Point: /api/system
GET
Returns all users, roles, and ACLs in an XML document. Moved here from now removed SystemAllResource class
Response Sample:
Response Body
element: | (custom) |
media types: | application/xml |
Response containing roles, users, and acls
/system/authentication-provider
Mount Point: /api/system/authentication-provider
GET
Return JSON string reporting which authentication provider is currently in use Response sample: { "authenticationType": "JCR_BASED_AUTHENTICATION" }
Response Body
element: | (custom) |
media types: | application/json |
AuthenticationProvider represented as JSON response
/system/timezones
Mount Point: /api/system/timezones
GET
Response Body
element: | timeZoneWrapper |
media types: | application/xml application/json |
a list of TimeZones ensuring that the server (default) timezone is at the top of the list (0th element)