Apigee Hybrid requiere ciertas APIs de servicio de Google Cloud. En este paso, habilitarás las APIs necesarias para tu plataforma de instalación.
Usa gcloud para habilitar las API necesarias como se explica en los siguientes pasos. Si lo prefieres, puedes usar la consola de Cloud para habilitar las API.
Crea una variable de entorno PROJECT_ID en la que el valor sea el ID del proyecto de Google Cloud que planeas usar para Apigee Hybrid.
Un ID del proyecto es una string única que se usa para diferenciar su proyecto de todos los demás en Google Cloud.
Si es necesario, consulta Localiza el ID del proyecto:
export PROJECT_ID=YOUR_PROJECT_ID
Selecciona la pestaña de la instalación que deseas usar para ver el comando y habilitar las API:
(Opcional) Para verificar que las APIs necesarias estén habilitadas, ejecuta este comando.
Si las APIs necesarias están en la lista que se muestra, están habilitadas.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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`."]]],[]]