- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
* Resolves (lifts/rejects) any number of suspensions for the Approval task.
HTTP request
POST https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*/executions/*/suspensions/*}:resolve
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. projects/{gcpProjectId}/locations/{location}/products/{product}/integrations/{integrationName}/executions/{execution_name}/suspensions/{suspensionId} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"suspension": {
object ( |
Fields | |
---|---|
suspension |
Suspension, containing the eventExecutionInfoId, taskId, and state to set on the corresponding suspension record. |
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
integrations.suspensions.resolve
For more information, see the IAM documentation.