alert_channels
Creates, updates, deletes, gets or lists an alert_channels
resource.
Overview
Name | alert_channels |
Type | Resource |
Id | linode.monitor.alert_channels |
Fields
The following fields are returned by SELECT
queries:
- get_alert_channels
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_alert_channels | select | 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... |
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.
Name | Datatype | Description |
---|
SELECT
examples
- get_alert_channels
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;