Returns server metrics
{ readServersMetrics }
Returns server metrics.
Method
/API3/notification/readServersMetrics
- Enterprise Admin
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Result object with information about each server in the system. Note that the response is returned as a list of items of this object type.
Notes
Reads CPU and memory usage for each server in the system. will also return active requests count size for relevant servers.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP