Erforderlich. Name des Roll-outs. Format ist projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Anfragetext
Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung
{"phaseId": string,"jobId": string}
Felder
phaseId
string
Erforderlich. Die Phasen-ID, zu der der Job, der wiederholt werden soll, gehört.
jobId
string
Erforderlich. Die Job-ID für den zu wiederholenden Job.
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-06-28 (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."]]],[]]