Administrator
- Administrator
- All Products
mftsaas/api/v1/filetransferTask/execute/1002
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 decrypting the file. The regular expression pattern is supported.
|
targetLocation
| String
| Yes
| The target directory to which the file is moved after decryption.
|
PATTERN_CASE_SENSITIVE
| String
| Yes
| Whether the file pattern is case sensitive. The values are not case sensitive.
Default is false.
|
PGP_PASSPHRASE
| String
| Yes
| The PGP passphrase.
|
PATTERN _TO_COLLECT
| String
| Yes
| The file name pattern of the files that PGP has to collect and decrypt. Use a regular expression to match the file name pattern.
|
POST <serverUrl>/mftsaas/api/v1/filetransferTask/execute/1002 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", "PGP_PASSPHRASE": "TESTER", "PATTERN_TO_COLLECT": ".*pgp" } }
{ "projectId": 0, "timeTaken": 0, "queuePriority": 0, "runPriority": 0, "runMode": "UNKNOWN", "submitSourceId": -1, "runModeInteractive": false, "runModeBatch": false, "runModeDebug": false, "runModeUnknown": true, "formattedTimeTaken": "0.00", "id": 1000000007160, "runId": 19 }