The response for executing an integration.
| JSON representation |
|---|
{
"executionId": string,
"outputParameters": {
object
},
"parameters": {
string: {
object ( |
| Fields | |
|---|---|
executionId |
The id of the execution corresponding to this run of integration. |
outputParameters |
OUTPUT parameters in format of Map<Key,Value>. Where Key is the name of the parameter. Note: name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters. |
parameters |
Optional. OUTPUT parameters from integration execution. |