List notification channels

Beta Returns all of the monitoring alert notification channels available to your user. A notification channel is a method of communication used to send a monitoring alert.

📘

Filtering is supported for specific objects, labeled as Filterable. However, only the +and and +or operators are supported, and you can't nest filter operators.

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_only

CLI

linode-cli alerts channels-list

Learn more

Path Params
string
enum
required

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

Allowed:
Responses

Response body
object
data
array of objects
data
object
alerts
object

Details about the alerts where you've applied this notification channel.

string
enum

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

email

content
object
deprecated

Deprecated, Read-only The configuration of the alert notification channel.

📘

This only applies to legacy notification channels with a type of system. This appears as an empty object if the type is user.

date-time

When the notification channel was created.

string

For a user notification channel, this is the user on your account that created it. For a system notification channel, this value is returned as system.

details
object

The configuration of the notification channel.

integer

Filterable The unique identifier for the notification channel.

string

Filterable The name of the notification channel for identification purposes.

string
enum

The type of notification channel. This can be either system for a channel provided by Akamai, or user for one you've created.

system user

date-time

When the notification channel was last updated. This is the same as created if the channel hasn't been updated.

string

For a user notification channel, this is the user on your account that last updated it. For a system notification channel, this is returned as system. If it hasn't been updated, this value is the same as created_by.

integer

Read-only The current page.

integer

Read-only The total number of pages.

integer

Read-only The total number of results.

Language
Credentials