Method: customers.telemetry.notificationConfigs.create

  • 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.

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