Method: projects.locations.integrations.executions.suspensions.list

* Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.

HTTP request

GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/integrations/*/executions/*}/suspensions

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. projects/{gcpProjectId}/locations/{location}/products/{product}/integrations/{integrationName}/executions/{execution_name}

Query parameters

Parameters
pageSize

integer

Maximum number of entries in the response.

pageToken

string

Token to retrieve a specific page.

filter

string

Standard filter field.

orderBy

string

Field name to order by.

Request body

The request body must be empty.

Response body

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

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 parent resource:

  • integrations.suspensions.list

For more information, see the IAM documentation.