Crea una variabile di ambiente PROJECT_ID in cui il
valore è l'ID del progetto Google Cloud che prevedi di utilizzare per Apigee Hybrid.
Un ID progetto è una stringa univoca utilizzata per distinguere il tuo progetto da tutti gli altri in Google Cloud.
Se necessario, consulta Trovare l'ID progetto:
export PROJECT_ID=YOUR_PROJECT_ID
Seleziona la scheda relativa all'installazione prevista per visualizzare il comando per attivare le API:
(Facoltativo) Per verificare che le API richieste siano abilitate, esegui questo comando.
Se le API richieste sono nell'elenco restituito, significa che sono abilitate.
[[["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 2025-07-10 UTC."],[[["Apigee hybrid requires enabling specific Google Cloud service APIs, which can be done via the `gcloud` CLI or the Cloud Console."],["You must set a `PROJECT_ID` environment variable that matches your project ID in the Google Cloud, as it will be used throughout the instructions."],["The specific APIs required depend on your cluster platform, with different lists for OpenShift, GKE on Google Cloud, and other platforms."],["You can enable the necessary APIs by running a `gcloud services enable` command with the list of relevant API names for your platform, along with your `$PROJECT_ID`."],["You can verify that the APIs are enabled by running `gcloud services list` and ensuring that the required APIs are within the returned list."]]],[]]