Method: customers.telemetry.notificationConfigs.create
Buat konfigurasi notifikasi telemetri.
Permintaan HTTP
POST https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/notificationConfigs
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
parent |
string
Wajib. Resource induk tempat konfigurasi notifikasi ini akan dibuat. Format: customers/{customer}
|
Isi permintaan
Isi permintaan memuat instance TelemetryNotificationConfig
.
Isi respons
Jika berhasil, isi respons memuat instance TelemetryNotificationConfig
yang baru dibuat.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-07-29 UTC.
[null,null,["Terakhir diperbarui pada 2024-07-29 UTC."],[[["Create telemetry notification configs using an HTTP POST request to a specified endpoint."],["The request body should contain a TelemetryNotificationConfig object, as defined in the provided reference."],["A successful response will return the newly created TelemetryNotificationConfig object."],["Authorization requires the `https://www.googleapis.com/auth/chrome.management.telemetry.readonly` scope."],["The parent resource for config creation is specified using a path parameter in the URL."]]],[]]