List alert rules for a specified organization and their current status (enabled or disabled)
path Parameters
regionThe region you want to target
query Parameters
organization_idID of the Organization to target.
status(Optional) Status of the alert rule.
pagepage_sizeList alert rules for a specified organization and their current status (enabled or disabled) › Responses
Single page of alert rules matching the requested criteria.
total_countTotal count of alert rules matching the requested criteria.
Set the alert rules to enabled
Set the alert rules to enabled by replacing the set of enabled alert rules for a specified organization. The provided list defines the complete set of rules that should be enabled. Any previously enabled rule not included in the request will be disabled.
path Parameters
regionThe region you want to target
Set the alert rules to enabled › Request Body
organization_idID of the Organization to target.
enabled_alert_rule_idsList of IDs of the rules that must be enabled after the update. (UUID format)
Set the alert rules to enabled › Responses
List of the rules that were enabled.
path Parameters
regionThe region you want to target
query Parameters
organization_idproject_idresource_typerecorded_after(RFC 3339 format)
recorded_before(RFC 3339 format)
order_bypage_sizepage_tokenResponses
Disable alert rules
Disable alert rules for a specified organization. Disabled rules will no longer trigger alerts when matching events occur.
path Parameters
regionThe region you want to target
Disable alert rules › Request Body
organization_idID of the Organization to target.
alert_rule_idsList of IDs of the rules to disable. (UUID format)
Disable alert rules › Responses
List of the rules that were disabled.
Enable alert rules
Enable alert rules for a specified organization. Enabled rules will trigger alerts when matching events occur.
path Parameters
regionThe region you want to target
Enable alert rules › Request Body
organization_idID of the Organization to target.
alert_rule_idsList of IDs of the rules to enable. (UUID format)
Enable alert rules › Responses
List of the rules that were enabled.
path Parameters
regionThe region you want to target
query Parameters
organization_idFilter by Organization ID.
name(Optional) Filter by export name.
tags(Optional) List of tags to filter on.
pagepage_sizeorder_byResponses
Single page of export jobs matching the requested criteria.
total_countTotal count of export jobs matching the requested criteria.