...
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"}, |
http://server:port/restservices/statistics/list/summary?servers=XX,YY | |
Required parameter servers – a comma separated list of servers to get statistical summary for. If no list is given, an error is thrown. | |
Description | Returns a statistical summary for the given servers note: server parameter is mandatory! Using the detailed statistics required knowledge about the content of the values, what they represent. Each measurement is individual! |
Example URLS | http://localhost:5300/restservices/statistics/list/summary?servers=useradmin1?servers=configserver1,useradmin1 |
Formatted example | [ . . . . . . . . |
http://server:port/restservices/statistics/statisticscollecteddetails/?servers=XX,YY&functions=MM,NN | |
Required parameter servers – a comma separated list of servers to get statistical details for. If no list is given, an error is thrown. Required parameter functions – a comma separated list of functions to get statistical details for. If no list is given, an error is thrown. | |
Description | Returns a statistical detail data for the given servers and functions note: servers and functions parameters is mandatory! Using the detailed statistics required knowledge about the content of the values, what they represent. Each measurement is individual! |
Example URLS | |
Formatted example | { . . . .
|