* Resolves (lifts/rejects) any number of suspensions. If the integration is already running, only the status of the suspension is updated. Otherwise, the suspended integration will begin execution again.
HTTP request
POST https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*/executions/*/suspensions/*}:resolve
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[[["This endpoint resolves suspensions for integrations, either updating the status of an existing suspension or resuming execution of a suspended integration."],["The `POST` request to resolve a suspension is made to a specific URL containing parameters that specify the project, location, integration, execution, and suspension ID."],["The request body requires a `suspension` object containing details like `eventExecutionInfoId`, `taskId`, and the desired `state` to set on the suspension record."],["A successful request returns an empty response body, indicating the suspension has been resolved, requiring the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["To resolve suspensions, the user must have the `integrations.suspensions.resolve` IAM permission on the specified resource, as well as the proper OAuth scope."]]],[]]