Obrigatório. Nome do lançamento. O formato é projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Corpo da solicitação
O corpo da solicitação contém dados com a seguinte estrutura:
Representação JSON
{"phaseId": string,"jobId": string}
Campos
phaseId
string
Obrigatório. O ID da fase ao qual o job a ser ignorado pertence.
jobId
string
Obrigatório. O ID do job a ser ignorado.
Corpo da resposta
Se a solicitação for concluída, o corpo da resposta estará vazio.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-06-26 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."]]],[]]