This command returns the currently committed resources, that is, how many cores and how much memory is currently in use.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/commitedresources"

Expected Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data><currentCpus>1</currentCpus>
<currentMemory>512</currentMemory>
</Data>
</Success>
</Response>

The currentMemory displays the amount of memory used.