Apigee Hybrid erfordert bestimmte Google Cloud-Dienst-APIs. In diesem Schritt aktivieren Sie die APIs, die für Ihre Installationsplattform erforderlich sind.
Aktivieren Sie die erforderlichen APIs mit gcloud, wie in den folgenden Schritten erläutert. Wenn Sie möchten, können Sie die APIs über die Cloud Console aktivieren.
Schließen Sie die Voraussetzungen ab und prüfen Sie, ob die gcloud CLI in Ihrer lokalen Shell installiert ist:
gcloud --help
Erstellen Sie eine Umgebungsvariable PROJECT_ID, wobei der Wert die ID des Google Cloud-Projekts ist, das Sie für Apigee Hybrid verwenden möchten.
Eine Projekt-ID ist ein eindeutiger String, mit dem Ihr Projekt von allen anderen in Google Cloud unterschieden wird.
Weitere Informationen finden Sie bei Bedarf unter Projekt-ID suchen:
export PROJECT_ID=YOUR_PROJECT_ID
Klicken Sie auf den Tab für Ihre gewünschte Installation, um den Befehl zum Aktivieren der APIs anzuzeigen:
(Optional) Führen Sie diesen Befehl aus, um zu überprüfen, ob die erforderlichen APIs aktiviert sind.
Wenn sich die erforderlichen APIs in der Liste befinden, sind sie aktiviert.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]