OUTPUT parameters in format of Map<Key,Value>. Where Key is the name of the parameter. The parameters would only be present in case of synchrounous execution. Note: name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters.
Replay mode for the execution. The default behavoir is replay from beginning. If the replay mode is set to point of failure, the execution will be replayed from the first failed task.
Enums
REPLAY_MODE_UNSPECIFIED
Default value.
REPLAY_MODE_FROM_BEGINNING
Replay the original execution.
REPLAY_MODE_POINT_OF_FAILURE
Replay the execution with the modified parameters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-22 UTC."],[[["\u003cp\u003eThis API endpoint allows for the re-execution of an existing integration execution using the same parameters and execution strategy.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003ePOST\u003c/code\u003e, and the URL structure uses gRPC Transcoding syntax with a required \u003ccode\u003ename\u003c/code\u003e parameter specifying the execution resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a \u003ccode\u003ereplayReason\u003c/code\u003e field to provide a user-defined reason for the re-execution, which is a string.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns an object with the \u003ccode\u003eexecutionId\u003c/code\u003e, \u003ccode\u003ereplayedExecutionId\u003c/code\u003e, and \u003ccode\u003eoutputParameters\u003c/code\u003e (if it's a synchrounous execution) containing the details of the re-executed integration.\u003c/p\u003e\n"],["\u003cp\u003eReplaying an execution requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003eintegrations.executions.replay\u003c/code\u003e on the specified resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.integrations.executions.replay\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ReplayExecutionResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [ReplayMode](#ReplayMode)\n- [Try it!](#try-it)\n\nRe-execute an existing execution, with same request parameters and execution strategy.\n\n### HTTP request\n\n`POST https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*/executions/*}:replay`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nResponse for replaying an execution.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `integrations.executions.replay`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nReplayMode\n----------\n\nReplay mode for the execution. The default behavoir is replay from beginning. If the replay mode is set to point of failure, the execution will be replayed from the first failed task."]]