Resource: Execution
The Execution resource contains detailed information of an individual integration execution.
JSON representation |
---|
{ "name": string, "triggerId": string, "executionMethod": enum ( |
Fields | |
---|---|
name |
Auto-generated primary key. |
triggerId |
The trigger id of the integration trigger config. If both triggerId and clientId is present, the integration is executed from the start tasks provided by the matching trigger config otherwise it is executed from the default start tasks. |
executionMethod |
The ways user posts this event. |
createTime |
Output only. Created time of the execution. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last modified time of the execution. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
directSubExecutions[] |
Direct sub executions of the following Execution. |
executionDetails |
Detailed info of this execution. |
requestParameters |
Event parameters come in as part of the request. An object containing a list of |
responseParameters |
Event parameters returned as part of the response. An object containing a list of |
Methods |
|
---|---|
|
Lists the results of all the integration executions. |