Platform System Server Methods
Method | Description |
---|---|
updateCFSrvConfig | Updates the TIBCO MFT Platform Server configuration record.
The user calling this method must have AdministratorRight and cannot be assigned to a department. When performing an update only set the fields that you want to update in the CFServerConfig object. The rest of the fields will be null. |
getCFSrvConfig | Gets the TIBCO MFT Platform Server configuration record for a given host.
If the CFServerConfig object is not found, a null is returned. The user calling this method must have AdministratorRight and cannot be assigned to a department. |
retrieveAllCFSrvConfigs | Gets the TIBCO MFT Platform Server configuration record.
The user calling this method must have AdministratorRight and cannot be assigned to a department. |
removeCFSrvConfig | Removes the TIBCO MFT Platform Server configuration record for a given host.
The user calling this method must have AdministratorRight and cannot be assigned to a department. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.