Application Integration API (integrations:v1)

2024-09-30

2 removed methods

Deletions

    Methods
  • 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