Is there any soap api for "Free Unused Memory"?

Is there any soap api for "Free Unused Memory"?

book

Article ID: KB0080718

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization 7.0.7,All, , ,

Description

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>