List alerts for a notification channel

Beta Returns all monitoring alerts definitions that use a specific notification channel.

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-alerts-list 754

Learn more

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.

Responses

channelId.

Response body
object
data
array of objects
data
object
integer

The unique identifier for the alert definition that's using the notification channel.

string

The name of the alert definition that's using the notification channel.

string

The Akamai Cloud Computing service used by this alert definition.

string
enum

The type of alert definition. This can be either system for an alert definition provided by Akamai, or user for one you've created.

system user

string

The URL to view details on the specific alert definition, based on its service_type and id.

integer

Read-only The current page.

integer

Read-only The total number of pages.

integer

Read-only The total number of results.

Language
Credentials