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-03-27 UTC."],[[["Apigee hybrid requires enabling specific Google Cloud service APIs, which can be done via the `gcloud` command-line tool or the Cloud Console."],["A `PROJECT_ID` environment variable needs to be defined, representing the Google Cloud project ID intended for Apigee hybrid and will be used throughout the installation instructions."],["Depending on the installation platform, whether GKE or other platforms, different sets of APIs need to be enabled."],["The required APIs include Apigee API, Apigee Connect API, Cloud Pub/Sub API, and Cloud Resource Manager API, with GKE installations also requiring Kubernetes Engine API and Compute Engine API."],["You can use the `gcloud services list` command to verify that the necessary APIs have been enabled for your project."]]],[]]