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-04-03 (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."]]],[]]