Administrator
- Administrator
- All Products
mftsaas/api/v1/filetransferTask/execute/1001
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.
|
fileServerUsername
| String
| Yes
| The user name of the file server.
|
relativeTargetLocation
| String
| -
| The relative target location within the file server user’s home directory.
|
pattern
| String
| Yes
| The file pattern to identify the files to collect for encryption. The regular expression pattern is supported.
|
sourceLocation
| String
| Yes
| The source directory that contains the files you want to encrypt.
|
SIGN
| String
| -
| Whether the file is signed by PGP. The values are not case sensitive.
Default is false.
|
PUBLIC_KEY_ID
| String
| Yes
| The ID of the key that is used to encrypt the file.
|
SECRET_KEY_ID
| String
| Yes
| The ID of the secret key that is used to sign the file, if the value of the SIGN variable is true.
|
SECRET_KEY_PASSPHRASE
| String
| Yes
| The passphrase used to access the secret key if the value of the SIGN variable is true.
|
POST <serverUrl>/mftsaas/api/v1/filetransferTask/execute/1001 Accept:application/json IDS-SESSION-ID: <icSessionId or INFA-SESSION-ID> { "agentGroupId": "01000125000000000002", "fileServerUsername": "arun", "portalUser":true, "pattern":"arun.csv", "relativeTargetLocation":"", "sourceLocation":"C:\\Informatica_Source", "taskVariables": { "SIGN":"false", "PUBLIC_KEY_ID":"0x51986F687ADACBE1", "SECRET_KEY_ID":"0x51986F687ADACBE1", "SECRET_KEY_PASSPHRASE":"TESTER" } }
{ "projectId": 0, "timeTaken": 0, "queuePriority": 0, "runPriority": 0, "runMode": "UNKNOWN", "submitSourceId": -1, "runModeInteractive": false, "runModeBatch": false, "runModeDebug": false, "runModeUnknown": true, "formattedTimeTaken": "0.00", "id": 1000000007155, "runId": 14 }