Equinix v0.27.0 published on Tuesday, Oct 28, 2025 by Equinix
equinix.fabric.getStreams
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/en-us/Content/KnowledgeCenter/Fabric/GettingStarted/Integrating-with-Fabric-V4-APIs/IntegrateWithSink.htm
- API: https://developer.equinix.com/catalog/fabricv4#tag/Streams
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as equinix from "@pulumi/equinix";
const dataStreams = equinix.fabric.getStreams({
pagination: {
limit: 2,
offset: 1,
},
});
export const numberOfReturnedStreams = dataStreams.then(dataStreams => dataStreams.datas).length;
import pulumi
import pulumi_equinix as equinix
data_streams = equinix.fabric.get_streams(pagination={
"limit": 2,
"offset": 1,
})
pulumi.export("numberOfReturnedStreams", len(data_streams.datas))
package main
import (
"github.com/equinix/pulumi-equinix/sdk/go/equinix/fabric"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
dataStreams, err := fabric.GetStreams(ctx, &fabric.GetStreamsArgs{
Pagination: fabric.GetStreamsPagination{
Limit: 2,
Offset: 1,
},
}, nil)
if err != nil {
return err
}
ctx.Export("numberOfReturnedStreams", pulumi.Int(len(dataStreams.Datas)))
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Equinix = Pulumi.Equinix;
return await Deployment.RunAsync(() =>
{
var dataStreams = Equinix.Fabric.GetStreams.Invoke(new()
{
Pagination = new Equinix.Fabric.Inputs.GetStreamsPaginationInputArgs
{
Limit = 2,
Offset = 1,
},
});
return new Dictionary<string, object?>
{
["numberOfReturnedStreams"] = dataStreams.Apply(getStreamsResult => getStreamsResult.Datas).Length,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.equinix.fabric.FabricFunctions;
import com.pulumi.equinix.fabric.inputs.GetStreamsArgs;
import com.pulumi.equinix.fabric.inputs.GetStreamsPaginationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var dataStreams = FabricFunctions.getStreams(GetStreamsArgs.builder()
.pagination(GetStreamsPaginationArgs.builder()
.limit(2)
.offset(1)
.build())
.build());
ctx.export("numberOfReturnedStreams", dataStreams.applyValue(getStreamsResult -> getStreamsResult.datas()).length());
}
}
Example coming soon!
Using getStreams
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStreams(args: GetStreamsArgs, opts?: InvokeOptions): Promise<GetStreamsResult>
function getStreamsOutput(args: GetStreamsOutputArgs, opts?: InvokeOptions): Output<GetStreamsResult>def get_streams(pagination: Optional[GetStreamsPagination] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamsResult
def get_streams_output(pagination: Optional[pulumi.Input[GetStreamsPaginationArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamsResult]func GetStreams(ctx *Context, args *GetStreamsArgs, opts ...InvokeOption) (*GetStreamsResult, error)
func GetStreamsOutput(ctx *Context, args *GetStreamsOutputArgs, opts ...InvokeOption) GetStreamsResultOutput> Note: This function is named GetStreams in the Go SDK.
public static class GetStreams
{
public static Task<GetStreamsResult> InvokeAsync(GetStreamsArgs args, InvokeOptions? opts = null)
public static Output<GetStreamsResult> Invoke(GetStreamsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStreamsResult> getStreams(GetStreamsArgs args, InvokeOptions options)
public static Output<GetStreamsResult> getStreams(GetStreamsArgs args, InvokeOptions options)
fn::invoke:
function: equinix:fabric/getStreams:getStreams
arguments:
# arguments dictionaryThe following arguments are supported:
- Pagination
Get
Streams Pagination - Pagination details for the returned streams list
- Pagination
Get
Streams Pagination - Pagination details for the returned streams list
- pagination
Get
Streams Pagination - Pagination details for the returned streams list
- pagination
Get
Streams Pagination - Pagination details for the returned streams list
- pagination
Get
Streams Pagination - Pagination details for the returned streams list
- pagination Property Map
- Pagination details for the returned streams list
getStreams Result
The following output properties are available:
- Datas
List<Get
Streams Data> - Returned list of stream objects
- Id string
- The unique identifier of the resource
- Pagination
Get
Streams Pagination - Pagination details for the returned streams list
- Datas
[]Get
Streams Data - Returned list of stream objects
- Id string
- The unique identifier of the resource
- Pagination
Get
Streams Pagination - Pagination details for the returned streams list
- datas
List<Get
Streams Data> - Returned list of stream objects
- id String
- The unique identifier of the resource
- pagination
Get
Streams Pagination - Pagination details for the returned streams list
- datas
Get
Streams Data[] - Returned list of stream objects
- id string
- The unique identifier of the resource
- pagination
Get
Streams Pagination - Pagination details for the returned streams list
- datas
Sequence[Get
Streams Data] - Returned list of stream objects
- id str
- The unique identifier of the resource
- pagination
Get
Streams Pagination - Pagination details for the returned streams list
- datas List<Property Map>
- Returned list of stream objects
- id String
- The unique identifier of the resource
- pagination Property Map
- Pagination details for the returned streams list
Supporting Types
GetStreamsData
- Assets
Count int - Count of the streaming assets attached to the stream resource
- Change
Log GetStreams Data Change Log - Details of the last change on the stream resource
- Description string
- Customer-provided description of the stream resource
- Href string
- Equinix auto generated URI to the stream resource in Equinix Portal
- Name string
- Customer-provided name of the stream resource
- Project
Get
Streams Data Project - Equinix Project attribute object
- State string
- Value representing provisioning status for the stream resource
- Stream
Subscriptions intCount - Count of the client subscriptions on the stream resource
- Type string
- Equinix defined Streaming Type
- Uuid string
- Equinix-assigned unique id for the stream resource
- Assets
Count int - Count of the streaming assets attached to the stream resource
- Change
Log GetStreams Data Change Log - Details of the last change on the stream resource
- Description string
- Customer-provided description of the stream resource
- Href string
- Equinix auto generated URI to the stream resource in Equinix Portal
- Name string
- Customer-provided name of the stream resource
- Project
Get
Streams Data Project - Equinix Project attribute object
- State string
- Value representing provisioning status for the stream resource
- Stream
Subscriptions intCount - Count of the client subscriptions on the stream resource
- Type string
- Equinix defined Streaming Type
- Uuid string
- Equinix-assigned unique id for the stream resource
- assets
Count Integer - Count of the streaming assets attached to the stream resource
- change
Log GetStreams Data Change Log - Details of the last change on the stream resource
- description String
- Customer-provided description of the stream resource
- href String
- Equinix auto generated URI to the stream resource in Equinix Portal
- name String
- Customer-provided name of the stream resource
- project
Get
Streams Data Project - Equinix Project attribute object
- state String
- Value representing provisioning status for the stream resource
- stream
Subscriptions IntegerCount - Count of the client subscriptions on the stream resource
- type String
- Equinix defined Streaming Type
- uuid String
- Equinix-assigned unique id for the stream resource
- assets
Count number - Count of the streaming assets attached to the stream resource
- change
Log GetStreams Data Change Log - Details of the last change on the stream resource
- description string
- Customer-provided description of the stream resource
- href string
- Equinix auto generated URI to the stream resource in Equinix Portal
- name string
- Customer-provided name of the stream resource
- project
Get
Streams Data Project - Equinix Project attribute object
- state string
- Value representing provisioning status for the stream resource
- stream
Subscriptions numberCount - Count of the client subscriptions on the stream resource
- type string
- Equinix defined Streaming Type
- uuid string
- Equinix-assigned unique id for the stream resource
- assets_
count int - Count of the streaming assets attached to the stream resource
- change_
log GetStreams Data Change Log - Details of the last change on the stream resource
- description str
- Customer-provided description of the stream resource
- href str
- Equinix auto generated URI to the stream resource in Equinix Portal
- name str
- Customer-provided name of the stream resource
- project
Get
Streams Data Project - Equinix Project attribute object
- state str
- Value representing provisioning status for the stream resource
- stream_
subscriptions_ intcount - Count of the client subscriptions on the stream resource
- type str
- Equinix defined Streaming Type
- uuid str
- Equinix-assigned unique id for the stream resource
- assets
Count Number - Count of the streaming assets attached to the stream resource
- change
Log Property Map - Details of the last change on the stream resource
- description String
- Customer-provided description of the stream resource
- href String
- Equinix auto generated URI to the stream resource in Equinix Portal
- name String
- Customer-provided name of the stream resource
- project Property Map
- Equinix Project attribute object
- state String
- Value representing provisioning status for the stream resource
- stream
Subscriptions NumberCount - Count of the client subscriptions on the stream resource
- type String
- Equinix defined Streaming Type
- uuid String
- Equinix-assigned unique id for the stream resource
GetStreamsDataChangeLog
- Created
By string - User name of creator of the stream resource
- Created
By stringEmail - Email of creator of the stream resource
- Created
By stringFull Name - Legal name of creator of the stream resource
- Created
Date stringTime - Creation time of the stream resource
- Deleted
By string - User name of deleter of the stream resource
- Deleted
By stringEmail - Email of deleter of the stream resource
- Deleted
By stringFull Name - Legal name of deleter of the stream resource
- Deleted
Date stringTime - Deletion time of the stream resource
- Updated
By string - User name of last updater of the stream resource
- Updated
By stringEmail - Email of last updater of the stream resource
- Updated
By stringFull Name - Legal name of last updater of the stream resource
- Updated
Date stringTime - Last update time of the stream resource
- Created
By string - User name of creator of the stream resource
- Created
By stringEmail - Email of creator of the stream resource
- Created
By stringFull Name - Legal name of creator of the stream resource
- Created
Date stringTime - Creation time of the stream resource
- Deleted
By string - User name of deleter of the stream resource
- Deleted
By stringEmail - Email of deleter of the stream resource
- Deleted
By stringFull Name - Legal name of deleter of the stream resource
- Deleted
Date stringTime - Deletion time of the stream resource
- Updated
By string - User name of last updater of the stream resource
- Updated
By stringEmail - Email of last updater of the stream resource
- Updated
By stringFull Name - Legal name of last updater of the stream resource
- Updated
Date stringTime - Last update time of the stream resource
- created
By String - User name of creator of the stream resource
- created
By StringEmail - Email of creator of the stream resource
- created
By StringFull Name - Legal name of creator of the stream resource
- created
Date StringTime - Creation time of the stream resource
- deleted
By String - User name of deleter of the stream resource
- deleted
By StringEmail - Email of deleter of the stream resource
- deleted
By StringFull Name - Legal name of deleter of the stream resource
- deleted
Date StringTime - Deletion time of the stream resource
- updated
By String - User name of last updater of the stream resource
- updated
By StringEmail - Email of last updater of the stream resource
- updated
By StringFull Name - Legal name of last updater of the stream resource
- updated
Date StringTime - Last update time of the stream resource
- created
By string - User name of creator of the stream resource
- created
By stringEmail - Email of creator of the stream resource
- created
By stringFull Name - Legal name of creator of the stream resource
- created
Date stringTime - Creation time of the stream resource
- deleted
By string - User name of deleter of the stream resource
- deleted
By stringEmail - Email of deleter of the stream resource
- deleted
By stringFull Name - Legal name of deleter of the stream resource
- deleted
Date stringTime - Deletion time of the stream resource
- updated
By string - User name of last updater of the stream resource
- updated
By stringEmail - Email of last updater of the stream resource
- updated
By stringFull Name - Legal name of last updater of the stream resource
- updated
Date stringTime - Last update time of the stream resource
- created_
by str - User name of creator of the stream resource
- created_
by_ stremail - Email of creator of the stream resource
- created_
by_ strfull_ name - Legal name of creator of the stream resource
- created_
date_ strtime - Creation time of the stream resource
- deleted_
by str - User name of deleter of the stream resource
- deleted_
by_ stremail - Email of deleter of the stream resource
- deleted_
by_ strfull_ name - Legal name of deleter of the stream resource
- deleted_
date_ strtime - Deletion time of the stream resource
- updated_
by str - User name of last updater of the stream resource
- updated_
by_ stremail - Email of last updater of the stream resource
- updated_
by_ strfull_ name - Legal name of last updater of the stream resource
- updated_
date_ strtime - Last update time of the stream resource
- created
By String - User name of creator of the stream resource
- created
By StringEmail - Email of creator of the stream resource
- created
By StringFull Name - Legal name of creator of the stream resource
- created
Date StringTime - Creation time of the stream resource
- deleted
By String - User name of deleter of the stream resource
- deleted
By StringEmail - Email of deleter of the stream resource
- deleted
By StringFull Name - Legal name of deleter of the stream resource
- deleted
Date StringTime - Deletion time of the stream resource
- updated
By String - User name of last updater of the stream resource
- updated
By StringEmail - Email of last updater of the stream resource
- updated
By StringFull Name - Legal name of last updater of the stream resource
- updated
Date StringTime - Last update time of the stream resource
GetStreamsDataProject
- Project
Id string - Equinix Subscriber-assigned project ID
- Project
Id string - Equinix Subscriber-assigned project ID
- project
Id String - Equinix Subscriber-assigned project ID
- project
Id string - Equinix Subscriber-assigned project ID
- project_
id str - Equinix Subscriber-assigned project ID
- project
Id String - Equinix Subscriber-assigned project ID
GetStreamsPagination
- Limit int
- Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20
- Next string
- The URL relative to the next item in the response
- Offset int
- Index of the first item returned in the response. The default is 0
- Previous string
- The URL relative to the previous item in the response
- Total int
- The total number of streams available to the user making the request
- Limit int
- Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20
- Next string
- The URL relative to the next item in the response
- Offset int
- Index of the first item returned in the response. The default is 0
- Previous string
- The URL relative to the previous item in the response
- Total int
- The total number of streams available to the user making the request
- limit Integer
- Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20
- next String
- The URL relative to the next item in the response
- offset Integer
- Index of the first item returned in the response. The default is 0
- previous String
- The URL relative to the previous item in the response
- total Integer
- The total number of streams available to the user making the request
- limit number
- Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20
- next string
- The URL relative to the next item in the response
- offset number
- Index of the first item returned in the response. The default is 0
- previous string
- The URL relative to the previous item in the response
- total number
- The total number of streams available to the user making the request
- limit int
- Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20
- next str
- The URL relative to the next item in the response
- offset int
- Index of the first item returned in the response. The default is 0
- previous str
- The URL relative to the previous item in the response
- total int
- The total number of streams available to the user making the request
- limit Number
- Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20
- next String
- The URL relative to the next item in the response
- offset Number
- Index of the first item returned in the response. The default is 0
- previous String
- The URL relative to the previous item in the response
- total Number
- The total number of streams available to the user making the request
Package Details
- Repository
- equinix equinix/pulumi-equinix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
equinixTerraform Provider.
