Method: customers.telemetry.notificationConfigs.create

  • Create a telemetry notification config using a POST request to the specified URL.

  • The request requires a parent path parameter indicating the customer.

  • The request body should contain an instance of TelemetryNotificationConfig.

  • A successful response returns a newly created TelemetryNotificationConfig instance.

  • Authorization requires the https://www.googleapis.com/auth/chrome.management.telemetry.readonly OAuth scope.

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