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,"jobId": string}
Campos
phaseId
string
Obrigatório. O ID da fase a que o job de nova tentativa pertence.
jobId
string
Obrigatório. O ID do job para a nova tentativa.
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 API endpoint allows retrying a specific job within a rollout using a POST request."],["The request requires specifying the `rollout` path parameter in the URL, along with the `phaseId` and `jobId` in the request body to identify the job to retry."],["Optionally, you can provide a list of `overrideDeployPolicy` in the request body, to override specific policies."],["Successful execution of the API returns an empty response body, signifying that the job retry request has been accepted."],["Authorization to utilize this endpoint requires the `clouddeploy.rollouts.retryJob` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]