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