Create a notification channel

Limited availability Create a new notification channel, to set up a communication method for a monitoring alert. This is referred to as a user channel and you can have a maximum of five on your account.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: monitor:read_write

CLI

linode-cli alerts channels-create
--label Email channel for Managed Database alerts \
--channel_type email \
--details.email.usernames johndoe \
--details.email.usernames janedoe

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
Body Params
string
enum
required

The type of notification used with the channel. This can be email to send the alert via email message.

Allowed:
details
object
required
string

The name of the notification channel for identification purposes. This value needs to be unique for each notification channel.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json