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 the ID of your Google Cloud project, which will be used throughout the installation."],["The APIs required to enable depend on the installation platform, with different sets required for OpenShift, GKE, and other platforms like Anthos on bare metal, AKS, GKE on AWS, and EKS."],["The `gcloud services enable` command is used to enable the necessary APIs for your chosen platform, and the `gcloud services list` command can verify whether the required APIs have been enabled successfully."],["After enabling the required APIs, the next step is to create an organization."]]],[]]