Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Bevor Sie Konnektivitätstests ausführen oder VPC-Flusslogs konfigurieren können, müssen Sie die Network Management API aktivieren.
Das Aktivieren der API ist erforderlich, um die API selbst, die Google Cloud CLI oder die Google Cloud Console verwenden zu können.
Sie können den API-Status prüfen oder die API mithilfe eines gcloud-Befehls oder der Google Cloud -Konsole aktivieren. Sie können Nutzer auch zum Zugriff auf die API autorisieren.
API aktivieren
Verwenden Sie eine der folgenden Methoden, um die API zu aktivieren.
Console
Wenn Sie Connectivity-Tests oder VPC-Flow-Logs zum ersten Mal für ein bestimmtes Projekt in die Google Cloud Console laden. Klicken Sie zum Aktivieren der API auf Network Management API aktivieren.
gcloud
Wenn Sie die Google Cloud CLI noch nicht auf Ihrer Workstation installiert haben, lesen Sie dazu die gcloud CLI-Dokumentation.
Führen Sie den folgenden Befehl auf Ihrer Workstation aus, um zu prüfen, ob die Netzwerkverwaltungs-API aktiviert ist:
gcloud services list
Wenn networkmanagement.googleapis.com in der Befehlsausgabe angezeigt wird, ist die API aktiviert.
Wenn die API nicht aktiviert ist, führen Sie den folgenden Befehl aus, um sie zu aktivieren.
Weitere Informationen finden Sie unter gcloud services.
Der Zugriff auf die Network Management API wird über die IAM-Rollen und -Berechtigungen (Identity and Access Management) gesteuert. Berechtigungen für verwandte Methoden werden in Rollen zusammengefasst, die Sie dann Nutzern erteilen können.
Weitere Informationen finden Sie in folgenden Dokumenten:
Sie können Network Management API-Befehle mit dem API Explorer testen. Im Referenzdokument zur Network Management API können Sie in der Spalte Try this API API-Felder ansehen und einen Test ausführen.
[[["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-08-18 (UTC)."],[],[],null,["# Enable the Network Management API\n\nBefore you can run Connectivity Tests or configure VPC Flow Logs, you\nmust enable the Network Management API.\n\nEnabling the API is required in order to use the API\nitself, the Google Cloud CLI, or the Google Cloud console.\n\nYou can check API status or enable the API by using a `gcloud` command or by\nusing the Google Cloud console. You can also authorize users\nto access the API.\n\nEnable the API\n--------------\n\nUse one of the following methods to enable the API. \n\n### Console\n\nWhen you load Connectivity Tests or VPC Flow Logs\nin the Google Cloud console for the first time for a specific project. To enable\nthe API click **Enable Network Management API**.\n\n### gcloud\n\n1. If you have not already installed the Google Cloud CLI on your workstation,\n see the [gcloud CLI documentation](/sdk/docs) to do so.\n\n2. To check if the Network Management API is enabled, run the following\n command on your workstation:\n\n ```\n gcloud services list\n ```\n\n If `networkmanagement.googleapis.com` appears in the command output,\n the API is enabled.\n3. If the API is not enabled, run the following command to enable it.\n For more information, see [`gcloud services`](/sdk/gcloud/reference/services).\n\n ```\n gcloud services enable networkmanagement.googleapis.com\n ```\n\nAuthorize use of the API\n------------------------\n\nAccess to the Network Management API is controlled by Identity and Access Management\nroles and permissions. Permissions for related methods are clustered into roles,\nwhich you can then grant to users.\n\nFor more information, see the following documents:\n\n- [Roles and permissions](/network-intelligence-center/docs/connectivity-tests/concepts/access-control)\n- [Managing access control for Connectivity Tests](/network-intelligence-center/docs/connectivity-tests/how-to/managing-access-control)\n\nUse the API Explorer\n--------------------\n\nYou can test Network Management API commands by using the API Explorer. In the Network Management API reference document, use the `Try this API` column to explore API fields and [run a test](/network-intelligence-center/docs/connectivity-tests/reference/networkmanagement/rest/v1/projects.locations.global.connectivityTests/create)."]]