Stream

Get-MSLStream

Synopsis

Get a stream.

Syntax

Get-MSLStream [-Page <Int32>] [-PageSize <Int32>] [-SortKey <String>] [-SortOrder <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-MSLStream [-StreamID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Retrieves detailed information about the requested stream.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑Page

The page number to view, starting at 1.

‑PageSize

The number of data points that are displayed per page. The default is to display all data if you don't specify the page size.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑SortKey

Sorts the fields displayed based on the key that you specify, either cpcode, createdDate, dvrWindowInMin, format, modifiedDate, name, originHostName, status, or zone.

‑SortOrder

Sorts the streams list in ascending (ASC) or descending (DESC) order.

‑StreamID

Your stream's ID.

Related Links