ActionInvocationResult |
-
export
(
string uri
,
Log_export_password password
);
-
Exports this log type to a given destination.
This action will move all log entries into a single ASCII encoded file which is transfered to the destination given in the parameters of the action.
-
Parameters
Name: uri Description: A uniform resource locator describing the file transfer for the Log stream file.
(i.e. identifying protocol, server and destination directory)
e.g. sftp://myserver.mydomain.com/support/LogStreamA
The file name is determined by the system
Name: password Description: If credentials are required, the password is filled in here.
If no credentials are required, this parameter is ignored.
|