Method: projects.notificationChannelDescriptors.list Stay organized with collections Save and categorize content based on your preferences.
Lists the descriptors for supported channel types. The use of descriptors makes it possible for new channel types to be dynamically added.
HTTP request
GET https://monitoring.googleapis.com/v3/{name}/notificationChannelDescriptors
Path parameters
| Parameters | |
|---|---|
name |
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is: Note that thisnames the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service. |
pageToken |
If non-empty, |
Request body
The request body must be empty.
Response body
ThenotificationChannelDescriptors.list response.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"channelDescriptors":[{object ( |
| Fields | |
|---|---|
channelDescriptors[] |
The monitored resource descriptors supported for the specified project, optionally filtered. |
nextPageToken |
If not empty, indicates that there may be more results that match the request. Use the value in the |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/monitoringhttps://www.googleapis.com/auth/monitoring.read
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-23 UTC.