Create a notification channel

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

monitor:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
linode-cli alerts channels-create
--label Email channel for Managed Database alerts \
--channel_type email \
--details.email.usernames johndoe \
--details.email.usernames janedoe

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
Path Params
string
enum
required

Enum Call the v4beta URL for operations still only in beta.

Allowed:
Body Params
string
enum
required

The type of notification used with the notification channel. Currently, only email is supported.

Allowed:
details
object
required

The configuration of the notification channel. Currently, only email is supported for use in a notification channel.

string

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

Responses

Language
Credentials
Response
Choose an example:
application/json