equinix_fabric_stream_alert_rules (Data Source)
Fabric V4 API compatible data source that allows user to fetch Equinix Fabric Stream Alert Rules with pagination ~> Note Equinix Fabric v4 Stream Alert Rules datasource is currently in Beta. The interfaces related to equinix_fabric_stream_alert_rule may change ahead of general availability. Please, do not hesitate to report any problems that you experience by opening a new issue https://github.com/equinix/terraform-provider-equinix/issues/new?template=bug.md
Additional Documentation:
- Getting Started: https://docs.equinix.com/observability/streaming-data/integratewithsink/
- API: https://docs.equinix.com/api-catalog/fabricv4/#tag/Stream-Alert-Rules
Example Usage
data "equinix_fabric_stream_alert_rules" "data_stream_alert_rules" {
stream_id = "<uuid_of_stream>"
pagination = {
limit = 5
offset = 1
}
}
output "stream_alert_rules_type" {
value = data.equinix_fabric_stream_alert_rules.alert_rules.data[0].type
}
output "stream_alert_rules_id" {
value = data.equinix_fabric_stream_alert_rules.alert_rules.data[0].uuid
}
output "stream_alert_rules_state" {
value = data.equinix_fabric_stream_alert_rules.alert_rules.data[0].state
}
output "stream_alert_rules_stream_id" {
value = data.equinix_fabric_stream_alert_rules.alert_rules.data[0].stream_id
}
Schema
Required
pagination(Attributes) Pagination details for the returned stream alert rules list (see below for nested schema)stream_id(String) The uuid of the stream that is the target of the stream alert rule
Read-Only
data(Attributes List) Returned list of stream objects (see below for nested schema)id(String) The unique identifier of the resource
Nested Schema for pagination
Optional:
limit(Number) Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20offset(Number) Index of the first item returned in the response. The default is 0
Read-Only:
next(String) The URL relative to the next item in the responseprevious(String) The URL relative to the previous item in the responsetotal(Number) The total number of alert rules available to the user making the request
Nested Schema for data
Optional:
detection_method(Attributes) Detection method for stream alert rule (see below for nested schema)metric_selector(Attributes) Metric selector for the stream alert rule (see below for nested schema)
Read-Only:
change_log(Attributes) Details of the last change on the stream resource (see below for nested schema)description(String) Customer-provided stream alert rule descriptionenabled(Boolean) Stream subscription enabled statushref(String) Equinix assigned URI of the stream alert rule resourcename(String) Customer-provided stream alert rule nameresource_selector(Attributes) Lists of metrics to be included/excluded on the stream alert rule (see below for nested schema)state(String) Value representing provisioning status for the stream resourcetype(String) Type of the stream alert ruleuuid(String) Equinix assigned unique identifier of the stream subscription resource
Nested Schema for data.detection_method
Required:
type(String) Stream Alert Rule detection method type
Optional:
critical_threshold(String) Stream alert rule metric critical thresholdoperand(String) Stream alert rule metric operandwarning_threshold(String) Stream alert rule metric warning thresholdwindow_size(String) Stream alert rule metric window size
Nested Schema for data.metric_selector
Required:
include(List of String) List of metrics to include
Nested Schema for data.change_log
Read-Only:
created_by(String) User name of creator of the stream resourcecreated_by_email(String) Email of creator of the stream resourcecreated_by_full_name(String) Legal name of creator of the stream resourcecreated_date_time(String) Creation time of the stream resourcedeleted_by(String) User name of deleter of the stream resourcedeleted_by_email(String) Email of deleter of the stream resourcedeleted_by_full_name(String) Legal name of deleter of the stream resourcedeleted_date_time(String) Deletion time of the stream resourceupdated_by(String) User name of last updater of the stream resourceupdated_by_email(String) Email of last updater of the stream resourceupdated_by_full_name(String) Legal name of last updater of the stream resourceupdated_date_time(String) Last update time of the stream resource
Nested Schema for data.resource_selector
Read-Only:
include(List of String) List of metrics to include