Method: projects.locations.products.integrations.executions.suspensions.lift

* Lifts suspension for advanced suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.

HTTP request

POST https://integrations.googleapis.com/v1/{name=projects/*/locations/*/products/*/integrations/*/executions/*/suspensions/*}:lift

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format.

Request body

The request body contains data with the following structure:

JSON representation
{
  "suspensionResult": string
}
Fields
suspensionResult

string

User passed in suspension result and will be used to control workflow execution branching behavior by setting up corresponnding edge condition with suspension result. For example, if you want to lift the suspension, you can pass "Approved", or if you want to reject the suspension and terminate workfloe execution, you can pass "Rejected" and terminate the workflow execution with configuring the edge condition.

Response body

If successful, the response body contains an instance of LiftSuspensionResponse.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires one of the following IAM permissions on the name resource, depending on the resource type:

  • integrations.apigeeSuspensions.lift
  • integrations.suspensions.lift

For more information, see the IAM documentation.