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
{"approved": boolean}
Campi
approved
boolean
Obbligatorio. Vero = approvare; falso = rifiutare
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 page details the process for approving a rollout via a POST HTTP request to a specified URL, formatted using gRPC Transcoding syntax."],["The required path parameter, `name`, specifies the rollout's location and identifiers within the Google Cloud project, location, delivery pipeline, release, and rollout."],["The request body, in JSON format, includes a required boolean field, `approved`, to confirm or reject the rollout, and an optional string array, `overrideDeployPolicy`, for overriding existing policies."],["Successful requests result in an empty response body, while proper authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `clouddeploy.rollouts.approve` IAM permission."],["There is a `try it` section to test the API request."]]],[]]