Suspend a Rollout.
HTTP request
POST https://configdelivery.googleapis.com/v1alpha/{name=projects/*/locations/*/fleetPackages/*/rollouts/*}:suspend
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the Rollout. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "reason": string } |
Fields | |
---|---|
reason |
Optional. Reason for suspension. |
Response body
If successful, the response body contains an instance of Operation
.
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:
configdelivery.rollouts.suspend
For more information, see the IAM documentation.