Method: projects.locations.rolloutSequences.create

Create a new rollout sequence resource.

HTTP request

POST https://gkehub.googleapis.com/v1beta/{parent=projects/*/locations/*}/rolloutSequences

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this rollout sequence will be created. projects/{project}/locations/{location}

Query parameters

Parameters
rolloutSequenceId

string

Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^[a-z][a-z0-9.-]+[a-z0-9]$/

Request body

The request body contains an instance of RolloutSequence.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.