2024-10-01
▼ ▲ integrations.projects.locations.integrations.executions.replay
Description : Re-execute an existing execution, with same request parameters and execution strategy
Parameter Order : name
HTTP Method : POST
Path : v1/{+name}:replay
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}
Location : path
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/integrations/[^/]+/executions/[^/]+$
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/integrations/{integrationsId}/executions/{executionsId}:replay
▼ ▲ integrations.projects.locations.integrations.executions.cancel
Description : Cancellation of an execution and associated sub-executions. This will not cancel an IN_PROCESS or completed(SUCCESSFUL, FAILED or CANCELLED) executions.
Path : v1/{+name}:cancel
Description : Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/integrations/{integrationsId}/executions/{executionsId}:cancel