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 memiliki Tugas yang akan diabaikan.
[[["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."],[[["\u003cp\u003eThis endpoint allows you to ignore a specific job within a rollout, requiring the \u003ccode\u003eclouddeploy.rollouts.ignoreJob\u003c/code\u003e IAM permission on the rollout resource.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a POST operation to a URL structured using gRPC Transcoding syntax, targeting a specific rollout identified by its full path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include the \u003ccode\u003ephaseId\u003c/code\u003e and \u003ccode\u003ejobId\u003c/code\u003e of the job to be ignored, and can optionally include deploy policies to be overriden.\u003c/p\u003e\n"],["\u003cp\u003eA successful request results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.deliveryPipelines.releases.rollouts.ignoreJob\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nIgnores the specified Job in a Rollout.\n\n### HTTP request\n\n`POST https://clouddeploy.googleapis.com/v1/{rollout=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}:ignoreJob`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `rollout` resource:\n\n- `clouddeploy.rollouts.ignoreJob`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]