- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List all telemetry notification configs.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/notificationConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent which owns the notification configs. |
Query parameters
Parameters | |
---|---|
page |
The maximum number of notification configs to return. The service may return fewer than this value. If unspecified, at most 100 notification configs will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
page |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for listing notification configs for a customer.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"telemetryNotificationConfigs": [
{
object ( |
Fields | |
---|---|
telemetry |
The telemetry notification configs from the specified customer. |
next |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly