Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Sebelum dapat menjalankan Uji Konektivitas atau mengonfigurasi Log Aliran VPC, Anda
harus mengaktifkan Network Management API.
Mengaktifkan API diperlukan untuk menggunakan API itu sendiri, Google Cloud CLI, atau konsol Google Cloud .
Anda dapat memeriksa status API atau mengaktifkan API menggunakan perintah gcloud atau dengan
menggunakan konsol Google Cloud . Anda juga dapat memberi otorisasi kepada pengguna
untuk mengakses API.
Mengaktifkan API
Gunakan salah satu metode berikut untuk mengaktifkan API.
Konsol
Saat Anda memuat Pengujian Konektivitas atau Log Aliran VPC
di konsol Google Cloud untuk pertama kalinya untuk project tertentu. Untuk mengaktifkan
API, klik Enable Network Management API.
gcloud
Jika Anda belum menginstal Google Cloud CLI di workstation,
lihat dokumentasi gcloud CLI untuk melakukannya.
Untuk memeriksa apakah Network Management API diaktifkan, jalankan perintah
berikut di workstation Anda:
gcloud services list
Jika networkmanagement.googleapis.com muncul di output perintah,
API akan diaktifkan.
Jika API tidak diaktifkan, jalankan perintah berikut untuk mengaktifkannya.
Untuk informasi selengkapnya, lihat gcloud services.
Akses ke Network Management API dikontrol oleh peran dan izin Identity and Access Management. Izin untuk metode terkait dikelompokkan ke dalam peran,
yang kemudian dapat Anda berikan kepada pengguna.
Untuk informasi selengkapnya, baca dokumen berikut:
Anda dapat menguji perintah Network Management API menggunakan API Explorer. Dalam dokumen referensi Network Management API,
gunakan kolom Try this API untuk menjelajahi kolom API dan
menjalankan pengujian.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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)."]]