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."],[[["This document provides instructions for enabling the necessary Google Cloud service APIs required for Apigee hybrid installation, depending on the chosen platform."],["The `gcloud` command-line tool is used to enable APIs, although the Cloud Console can be used as an alternative, and Windows users should adapt commands accordingly."],["The required APIs vary based on the installation platform, which include OpenShift, GKE on Google Cloud, or other platforms such as GKE on-prem, Anthos on bare metal, AKS, GKE on AWS, and EKS."],["A `PROJECT_ID` environment variable, representing your Google Cloud project ID, must be set before enabling APIs, and it is used throughout the hybrid installation."],["You can verify that the correct APIs are enabled by using the `gcloud services list` command."]]],[]]