GET /rest/monitoring/usages/jvm?managerNodeID=…&from=…&to=…&sID=…
API Example:
IMonitoringAPI.listJvmUsage({'managerNodeID': /* managerNodeID
the ID of the manager node to retrieve the usage information for. */, 'from': /* from
The date from which to list the usage statistics. */, 'to': /* to
The date up to which to gather the usage. */, 'sID': /* sID
the session identifier. */});