Skip to main content

available_alerts

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

Overview

Nameavailable_alerts
TypeResource
Idcloudflare.alerting.available_alerts

Fields

The following fields are returned by SELECT queries:

Get Alert Types response

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectaccount_idGets a list of all alert types for which an account is eligible.

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
account_idstringThe Cloudflare account ID.

SELECT examples

Gets a list of all alert types for which an account is eligible.

SELECT
*
FROM cloudflare.alerting.available_alerts
WHERE account_id = '{{ account_id }}' -- required
;