Obrigatório. Nome do lançamento. O formato é projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Corpo da solicitação
O corpo da solicitação contém dados com a seguinte estrutura:
Representação JSON
{"phaseId": string}
Campos
phaseId
string
Obrigatório. O ID da fase para avançar o Rollout.
Corpo da resposta
Se a solicitação for concluída, o corpo da resposta estará vazio.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-06-26 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."]]],[]]