equinix_fabric_stream_subscriptions (Data Source)
Fabric V4 API compatible data source that allows user to fetch Equinix Fabric Stream Subscriptions with pagination
Additional Documentation:
- Getting Started: https://docs.equinix.com/observability/streaming-data/integratewithsink/
- API: https://docs.equinix.com/api-catalog/fabricv4/#tag/Stream-Subscriptions
Example Usage
data "equinix_fabric_stream_subscriptions" "all" {
stream_id = "<stream_id>"
pagination = {
limit = 10
offset = 0
}
}
Schema
Required
pagination(Attributes) Pagination details for the returned streams list (see below for nested schema)stream_id(String) The uuid of the stream that is the target of the stream subscription
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 streams available to the user making the request
Nested Schema for data
Read-Only:
change_log(Attributes) Details of the last change on the stream resource (see below for nested schema)description(String) Customer-provided stream subscription descriptionenabled(Boolean) Stream subscription enabled statusevent_selector(Attributes) Lists of events to be included/excluded on the stream subscription (see below for nested schema)href(String) Equinix assigned URI of the stream subscription resourcemetric_selector(Attributes) Lists of metrics to be included/excluded on the stream subscription (see below for nested schema)name(String) Customer-provided stream subscription namesink(Attributes) The details of the subscriber to the Equinix Stream (see below for nested schema)state(String) Value representing provisioning status for the stream resourcetype(String) Type of the stream subscription requestuuid(String) Equinix assigned unique identifier of the stream subscription resource
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.event_selector
Read-Only:
except(List of String) List of events to excludeinclude(List of String) List of events to include
Nested Schema for data.metric_selector
Read-Only:
except(List of String) List of metrics to excludeinclude(List of String) List of metrics to include
Nested Schema for data.sink
Read-Only:
batch_enabled(Boolean) Boolean switch enabling batch delivery of databatch_size_max(Number) Maximum size of the batch delivery if enabledbatch_wait_time_max(Number) Maximum time to wait for batch delivery if enabledcredential(Attributes) Access details for the specified sink type (see below for nested schema)host(String) Known hostname of certain data stream subscription products. Not to be confused with a variable URIsettings(Attributes) Stream subscription sink settings (see below for nested schema)type(String) Type of the subscriberuri(String) Publicly reachable http endpoint destination for data stream
Nested Schema for data.sink.credential
Read-Only:
access_token(String) Passed as Authorization header valueapi_key(String) Passed as Authorization header valueintegration_key(String) Passed as Authorization header valuepassword(String) Passed as Authorization header valuetype(String) Type of the credential being passedusername(String) Passed as Authorization header value
Nested Schema for data.sink.settings
Read-Only:
application_key(String)event_index(String)event_uri(String)format(String)metric_index(String)metric_uri(String)source(String)