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,"jobId": string}
Campos
phaseId
string
Obligatorio. El ID de fase al que pertenece el trabajo que se debe reintentar
jobId
string
Obligatorio. El ID de tarea del trabajo que se debe reintentar.
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 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."]]],[]]