Method: customers.telemetry.notificationConfigs.create
Create a telemetry notification config.
HTTP request
POST https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/notificationConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The parent resource where this notification config will be created. Format: customers/{customer}
|
Request body
The request body contains an instance of TelemetryNotificationConfig
.
Response body
If successful, the response body contains a newly created instance of TelemetryNotificationConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 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."]]],[]]