can you please let me know if there is any soap api for "Free Unused Memory". I have found this option under Manager=>Memory in studio.
Issue/Introduction
can you please let me know if there is any soap api for "Free Unused Memory". I have found this option under Manager=>Memory in studio.
Resolution
You can achieve this by invoking /services/webservices/system/admin/server/operations/performServerAction
PSB Sample Request:
<server:performServerAction xmlns:server="http://www.compositesw.com/services/system/admin/server" xmlns:common="http://www.compositesw.com/services/system/util/common">
<server:actionName>FreeUnusedMemory</server:actionName>
</server:performServerAction>