SystemStatusService Resource
- ./systemStatusService/cacheEntries
- ./systemStatusService/clearAllCaches
- ./systemStatusService/clearCache/{key}
- ./systemStatusService/currentServerTime/{locale}
- ./systemStatusService/memoryStatus
- ./systemStatusService/queueEntries
- ./systemStatusService/repositoryScannerStatistics
GET /systemStatusService/cacheEntries
media type | data type |
---|---|
application/json | array of CacheEntry (JSON) |
application/xml | list of cacheEntry (XML) |
GET /systemStatusService/clearAllCaches
media type | data type |
---|---|
application/json | boolean (JSON) |
application/xml | boolean (XML) |
GET /systemStatusService/clearCache/{key}
name | type | description | default |
---|---|---|---|
key | path | n/a |
media type | data type |
---|---|
application/json | boolean (JSON) |
application/xml | boolean (XML) |
GET /systemStatusService/currentServerTime/{locale}
name | type | description | default |
---|---|---|---|
locale | path | n/a |
media type | data type |
---|---|
text/plain | (custom) |
GET /systemStatusService/queueEntries
media type | data type |
---|---|
application/json | array of QueueEntry (JSON) |
application/xml | list of queueEntry (XML) |
GET /systemStatusService/repositoryScannerStatistics
media type | data type |
---|---|
application/json | array of RepositoryScannerStatistics (JSON) |
application/xml | list of repositoryScannerStatistics (XML) |