Administrator
- Administrator
- All Products
mftsaas/api/v1/filetransferTask/execute/1003
Field
| Type
| Required
| Description
|
---|---|---|---|
agentGroupId
| String
| Yes
| The ID of the agent group.
|
portalUser
| String
| -
| Whether the user is a portal user. Default is false.
|
connectionId
| String
| Yes
| The connection ID of the Advanced FTP, Advanced FTPS, or Advanced SFTP V2 connector.
|
relativeTargetLocation
| String
| -
| The relative target location within the remote server home directory.
|
pattern
| String
| Yes
| The file pattern to identify the files to collect for compression. The regular expression pattern is supported.
|
sourceLocation
| String
| Yes
| The source directory that contains the files that you want to compress.
|
COMPRESSION_TYPE
| String
| Yes
| The format of the files that you want to compress.
Select one of the following compression methods:
The values are not case sensitive.
|
POST <serverUrl>/mftsaas/api/v1/filetransferTask/execute/1003 Accept:application/json IDS-SESSION-ID: <icSessionId or INFA-SESSION-ID> { "agentGroupId": "01000125000000000002", "portalUser": "false", "connectionId": "0100010B000000000002", "pattern":"arun_zip.txt", "relativeTargetLocation":"/", "sourceLocation":"C:\\FIS_Home\\DOCSTORE", "taskVariables": { "COMPRESSION_TYPE": "gzip" } }
{ "projectId": 0, "timeTaken": 0, "queuePriority": 0, "runPriority": 0, "runMode": "UNKNOWN", "submitSourceId": -1, "runModeInteractive": false, "runModeBatch": false, "runModeDebug": false, "runModeUnknown": true, "formattedTimeTaken": "0.00", "id": 1000000007170, "runId": 29 }