How to trigger a source with REST API for Oracle Managed File Transfer (MFT)
(Doc ID 2498069.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle Managed File Transfer - Version 12.2.1.2.0 and laterInformation in this document applies to any platform.
Goal
On : 12.2.1.2.0 version, MFT Design Time Console
Oracle MFT Event Service question
Users are trying to use MFT event service. Is there a possibility to invoke the event service with specific file name like sending the file name as parameter in event service request payload?
Also, what are the name and value parameters in the below sample event service request? please provide some sample.
{
"sourceName": "src1",
"properties": {
"entry": [
{
"key": "name1",
"value": "value1"
},
{
"key": "name2",
"value": "value2"
}
]
}
}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |