* 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/*/products/*/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 2023-02-22 UTC."],[[["This endpoint is used to resolve suspensions, either updating the status of an active integration's suspension or restarting a suspended integration."],["The HTTP request to resolve a suspension is a POST request to a specific URL, structured with gRPC Transcoding syntax, and requires a 'name' path parameter specifying the suspension's unique identifier."],["The request body must include a JSON object named 'suspension,' which contains details like the eventExecutionInfoId, taskId, and the desired state to be set for the suspension."],["A successful resolution returns an empty response body."],["To execute this operation, the caller must possess either the `integrations.apigeeSuspensions.resolve` or `integrations.suspensions.resolve` IAM permission on the specified resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]