action | String Specifies whether to view (get) or update (set) the values of configuration properties. Specify get to retrieve the current value of the configuration properties. You can specify a property name to view its current value as part of the remaining input parameters in the service signature. If you do not specify a property name, then all the properties are listed. Specify set to update the configuration properties, and then provide values for the remaining input parameters in the service signature. | ||
props | Document List If you select the get option in the action parameter, then specify the property names for which you want to view the values. If you select the set option in the action parameter, then specify the property names and the values that you want to update. name - String Specify the name of the property to retrieve or update. value - String Specify a value to update the property. |
message | String (Optional) The message related to the result of the service execution, if any. | ||
output | Document Displays the result of the service execution. | ||
props | Document List get: Displays the name and value pair of properties in ActiveTransfer Server. set: Displays the name and updated value of properties in ActiveTransfer Server. Specify the following fields to update a property: name - String Indicates the name of the property that is retrieved. value - String Indicates the value of the property that is viewed or updated. |