SystemStatsResource
The following resources are part of this group:
/systemstats
Mount Point: /api/systemstats
GET
Retrieve various statistics about the access control model
Parameters
name | description | type | default |
---|---|---|---|
queryEnforced | "true" to query the current/enforced model, i.e. the model as it was the last time files where generated, "false" to query the pending/shadow model, i.e. the model as it will be when pending batch updates are eventually applied at some point in the future. Note that this query param is only applicable/relevant for when batched updates is enabled, if batch updates is disabled, this query param is ignored. | query | false |
Response Body
element: | systemstats |
media types: | application/xml application/json |
(no documentation provided)
Status Codes
code | description |
---|---|
200 | OK |
503 | Service unavailable - see returned ExceptionDTO |
401 | Authentication required. |
403 | Authorization required - access forbidden |
/systemstats/health
Mount Point: /api/systemstats/health
GET
Retrieve the information about system health.
Response Body
element: | systemhealth |
media types: | application/xml application/json |
(no documentation provided)
Status Codes
code | description |
---|---|
200 | OK |
401 | Authentication required. |
403 | Authorization required - access forbidden |