Warning |
---|
This API is deprecated, and has been replaced with Statistics REST API in OpenAPI format, exposed on the Internal Ceptor Gateway. |
Once statistics REST services are enabled and properly configured they can be accessed as shown below
...
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. Optional parameters, start and end - can be provided in either milliseconds since midnight, January 1, 1970 UTC or formatted or direct date/time formatted as "yyyy-MM-dd HH:mm:ss" (24 hour clock). If either parameter is present the other is required. Default timespan is from now and one hour back (start=now-1hour, end=now) Note: using start/end time will result in statistics being returned in the standard summed up intervals for the given period. For more information see Ceptor Statistics Server | |
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 http://localhost:5300/restservices/statistics/list/summary?servers=configserver1,useradmin1useradmin1&start=1500807215268&end=1500808433903 |
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. Optional parameters, start and end - can be provided in either milliseconds since midnight, January 1, 1970 UTC or formatted or direct date/time formatted as "yyyy-MM-dd HH:mm:ss" (24 hour clock). If either parameter is present the other is required. Default timespan is from now and one hour back (start=now-1hour, end=now) Note: using start/end time will result in statistics being returned in the standard summed up intervals for the given period. For more information see Ceptor Statistics Server | |
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 | { . . . .
|