Stream
Set-MSLStream
Synopsis
Update a stream.
Syntax
Set-MSLStream [-StreamID] <Int32> [-Body] <Object> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Modifies an existing stream. The request body object needs to be identical in structure to the Get-Stream
response object.
You can edit the name
, ingestAccelerated
, password
, dvrWindow
, allowedIps
, and additionalEmailIds
members. If you try to edit any other member, the API returns a 400
error.
Note: This function supports the pipeline, and can also read the
-StreamID
from the piped object.
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. |
‑Body Required |
A request body, either as a |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑StreamID Required |
Your stream's ID. |
Related Links
Updated about 5 hours ago