Administrator
- Administrator
- All Products
mftsaas/api/v1/filetransferTask/execute/1004
Field
| Type
| Required
| Description
|
---|---|---|---|
agentGroupId
| String
| Yes
| The ID of the agent group.
|
fileServerUsername
| String
| Yes
| The user name of the file server.
|
pattern
| String
| Yes
| The file pattern of the file to release to the specified target location after decompressing the file. The regular expression pattern is supported.
|
targetLocation
| String
| Yes
| The target directory to which the file is moved after decompressing.
|
DECOMPRESSION_TYPE
| String
| Yes
| The format of the files that you want to decompress.
Select one of the following decompression methods:
The values are not case sensitive.
|
PATTERN_CASE_SENSITIVE
| String
| -
| Whether the file pattern is case sensitive. The values are not case sensitive. Default is false.
|
PATTERN _TO_COLLECT
| String
| Yes
| The pattern of the file that you want to collect to decompress from the file server user’s home directory. Use a regular expression to match the file name pattern.
|
POST <serverUrl>/mftsaas/api/v1/filetransferTask/execute/1004 Accept:application/json IDS-SESSION-ID: <icSessionId or INFA-SESSION-ID> { "agentGroupId": "01000125000000000002", "fileServerUsername": "arun", "pattern":".*csv", "targetLocation":"C:\\Informatica_Target", "taskVariables": { "PATTERN_CASE_SENSITIVE": "false", "DECOMPRESSION_TYPE": "unzip", "PATTERN_TO_COLLECT": ".*zip" } }
{ "projectId": 0, "timeTaken": 0, "queuePriority": 0, "runPriority": 0, "runMode": "UNKNOWN", "submitSourceId": -1, "runModeInteractive": false, "runModeBatch": false, "runModeDebug": false, "runModeUnknown": true, "formattedTimeTaken": "0.00", "id": 1000000007161, "runId": 20 }