equinix_fabric_streams (Data Source)
Fabric V4 API compatible data resource that allow user to fetch Equinix Fabric Streams with pagination details
Additional Documentation:
- Getting Started: https://docs.equinix.com/observability/streaming-data/integratewithsink/
- API: https://docs.equinix.com/api-catalog/fabricv4/#tag/Streams
Example Usage
data "equinix_fabric_streams" "data_streams" {
pagination = {
limit = 2
offset = 1
}
}
output "number_of_returned_streams" {
value = length(data.equinix_fabric_streams.data_streams.data)
}
Schema
Required
pagination(Attributes) Pagination details for the returned streams list (see below for nested schema)
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:
assets_count(Number) Count of the streaming assets attached to the stream resourcechange_log(Attributes) Details of the last change on the stream resource (see below for nested schema)description(String) Customer-provided description of the stream resourcehref(String) Equinix auto generated URI to the stream resource in Equinix Portalname(String) Customer-provided name of the stream resourceproject(Attributes) Equinix Project attribute object (see below for nested schema)state(String) Value representing provisioning status for the stream resourcestream_subscriptions_count(Number) Count of the client subscriptions on the stream resourcetype(String) Equinix defined Streaming Typeuuid(String) Equinix-assigned unique id for the stream 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.project
Read-Only:
project_id(String) Equinix Subscriber-assigned project ID