Update a notification channel

Beta Update an existing monitoring alert notification channel. A notification channel is the method of communication used to send a monitoring alert.

📘

  • To maintain existing settings in a notification channel, you need to provide them when updating an object. For example, if johndoe and janedoe are currently set as usernames in an email channel, you need to include them if you're updating the usernames object with a new value. Run the Get notification channel operation and review the channel's existing settings.

  • You can't update the channel_type for an existing notification channel.

  • You can't update the default notification channel, or a system notification channel.

monitor:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
linode-cli alerts channels-update 754
--details.email.usernames johndoe /
--details.email.usernames janedoe /
--details.email.usernames bobdoe

<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:
integer
required

The unique identifier assigned to the monitoring alerts notification channel. Run the List notification channels operation and store the id for the applicable one.

Body Params
details
object

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