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 zu ignorierende Job gehört.
jobId
string
Erforderlich. Die Job-ID für den zu ignorierenden 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 endpoint allows you to ignore a specific job within a rollout, requiring the `clouddeploy.rollouts.ignoreJob` IAM permission on the rollout resource."],["The HTTP request is a POST operation to a URL structured using gRPC Transcoding syntax, targeting a specific rollout identified by its full path."],["The request body must include the `phaseId` and `jobId` of the job to be ignored, and can optionally include deploy policies to be overriden."],["A successful request results in an empty response body."],["The request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]