Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service.
HTTP request
POST https://monitoring.googleapis.com/v3/{name}/notificationChannels
Path parameters
Parameters | |
---|---|
name |
The project on which to execute the request. The format is:
Note that this names the container into which the channel will be written. This does not name the newly created channel. The resulting channel's name will have a normalized version of this field as a prefix, but will add Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains an instance of NotificationChannel
.
Response body
If successful, the response body contains a newly created instance of NotificationChannel
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
For more information, see the Authentication Overview.