Obbligatorio. Nome dell'implementazione. Il formato è projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"phaseId": string}
Campi
phaseId
string
Obbligatorio. L'ID fase a cui avanzare Rollout.
Corpo della risposta
In caso di esito positivo, il corpo della risposta è vuoto.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 UTC."],[[["This webpage details how to advance a Rollout within a project and location using a `POST` request to a specific URL."],["The request requires a `name` path parameter that specifies the exact Rollout being advanced."],["The request body must include a `phaseId` indicating the target phase for the Rollout and may optionally include a list of `overrideDeployPolicy`."],["A successful request will result in an empty response body, but will need to have the cloud platform authorization scope and the `clouddeploy.rollouts.advance` IAM permission."]]],[]]