Obbligatorio. Nome dell'implementazione. Il formato è projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"phaseId": string,"jobId": string}
Campi
phaseId
string
Obbligatorio. L'ID di fase a cui appartiene il job da ignorare.
jobId
string
Obbligatorio. L'ID del job da ignorare.
Corpo della risposta
In caso di esito positivo, il corpo della risposta è vuoto.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 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."]]],[]]