Obligatorio. Nombre del lanzamiento. El formato es projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Cuerpo de la solicitud
El cuerpo de la solicitud contiene datos con la siguiente estructura:
Representación JSON
{"phaseId": string}
Campos
phaseId
string
Obligatorio. El ID de fase al que se debe avanzar Rollout.
Cuerpo de la respuesta
Si se ejecuta correctamente, el cuerpo de la respuesta está vacío.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-06-25 (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."]]],[]]