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-12 UTC."],[[["Apigee hybrid requires enabling specific Google Cloud service APIs, which can be done via the `gcloud` command-line tool or the Cloud Console."],["Before enabling APIs, ensure you have completed the prerequisites, have the `gcloud` CLI installed, and have set the `PROJECT_ID` environment variable to your Google Cloud project ID."],["For GKE installations on Google Cloud, six APIs must be enabled: Apigee API, Apigee Connect API, Cloud Pub/Sub API, Cloud Resource Manager API, Kubernetes Engine API, and Compute Engine API."],["For other platforms like AKS, EKS, GKE on AWS, OpenShift, or software-only Google Distributed Cloud, only four APIs are required: Apigee API, Apigee Connect API, Cloud Pub/Sub API, and Cloud Resource Manager API."],["You can verify that the required APIs are enabled by using the command `gcloud services list --project $PROJECT_ID`."]]],[]]