GetSharedFile
Returns a file from the shared file directory for the Controller.
The GetSharedFile
action returns:
- the content of the file
- the full path to the file (for use in the configuration files of other servers)
- a checksum (for use with the UpdateSharedFile parameter)
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
FileName | The name of the file to return. |
Comments
You can also submit this action from Coordinator by specifying the ControllerUUID
parameter. For more information, refer to the Coordinator Reference.
See Also
- SharedFilePath (configuration parameter)