Wajib. Nama Peluncuran. Formatnya adalah projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"phaseId": string,"jobId": string}
Kolom
phaseId
string
Wajib. ID fase yang mencakup Tugas yang akan dicoba ulang.
jobId
string
Wajib. ID tugas untuk Tugas yang akan dicoba lagi.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-24 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."]]],[]]