- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
* 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 | 
 Required. projects/{gcpProjectId}/locations/{location}/products/{product}/integrations/{integrationName}/executions/{execution_name} | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Maximum number of entries in the response. | 
| pageToken | 
 Token to retrieve a specific page. | 
| filter | 
 Standard filter field. | 
| orderBy | 
 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.