Skip to main content

alert_channels

Creates, updates, deletes, gets or lists an alert_channels resource.

Overview

Namealert_channels
TypeResource
Idlinode.monitor.alert_channels

Fields

The following fields are returned by SELECT queries:

Returns a paginated list of alerts channels.

NameDatatypeDescription
dataarray
pageintegerRead-only The current page.
pagesintegerRead-only The total number of pages.
resultsintegerRead-only The total number of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_alert_channelsselectBeta Returns all of the monitoring alert channels available to your user.

> 📘
>
> - This operation is beta. Call it using the v4beta path in its URL.
>
> - 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. OAuth scopes.

<br /> monitor:read_only<br />

Learn more...

-

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Beta Returns all of the monitoring alert channels available to your user.

> 📘
>
> - This operation is beta. Call it using the v4beta path in its URL.
>
> - 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. OAuth scopes.

<br /> monitor:read_only<br />

Learn more...

-

Learn more...

SELECT
data,
page,
pages,
results
FROM linode.monitor.alert_channels;