Once statistics REST services are enabled and properly configured they can be accessed as shown below
http://server:port/restservices/statistics/list/status/?servers=XX,YYservers/ | |
Optional parameter servers – a comma separated list of servers to get status for. If no list is given, status is returned for all servers. | |
DescriptionReturns config server status texts and connection status | List servers which has available statistics (could be historical!) |
Example URLS | http://localhost:5300/restservices/statistics/list/status?servers=configserver1,useradmin1servers/ |
Formatted example | [ |
http://server:port/restservices/statistics/list/status/?servers |
Optional parameter servers – a comma separated list of servers to get status for. If no list is given, status is returned for all servers. | |
Description |
Returns config server status texts and connection status | |
Example URLS |
Formatted example | [ |
"name": " |
dispatcher1" |
, |
" |
alias": "dispatcher1" |
, |
" |
htlmStatus": |
null, |
" |
state": " |
UNKNOWN" |
, |
" |
pingTime": |
-1 |
useradmin1" |
, |
" |
alias": " |
useradmin1" |
, |
" |
htlmStatus": |
null, |
" |
state": " |
UNKNOWN" |
, |
" |
pingTime": |
{"name": "useradminapp"
-1 |
http://server:port/restservices/statistics/list/functions?servers=XX,YY | |
Optional parameter servers – a comma separated list of servers to get functions for. If no list is given, status is returned for all servers. | |
Description | Returns functions with available statistics for the given servers |
Example URLS | http://localhost:5300/restservices/statistics/list/functions/ http://localhost:5300/restservices/statistics/list/functions?servers=dispatcher1 |
Formatted example | [{ . . . . . . . . {"name": "ThreadPool_concurrent_active_threads"}, |
...