Method: customers.telemetry.notificationConfigs.create
Benachrichtigungskonfiguration für Telemetriedaten erstellen
HTTP-Anfrage
POST https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/notificationConfigs
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Die übergeordnete Ressource, in der diese Benachrichtigungskonfiguration erstellt wird. Format: customers/{customer}
|
Anfragetext
Der Anfragetext enthält eine Instanz von TelemetryNotificationConfig
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von TelemetryNotificationConfig
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-07-29 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]