Activation
New-DataStreamActivation
Synopsis
Activate a stream.
Syntax
New-DataStreamActivation [-StreamType <String>] [-StreamID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Activates the latest version of a stream.
Activating a stream takes approximately an hour.
Once a stream is active, and the DataStream behavior is enabled in Property Manager, it replaces and deactivates the previous version, then starts collecting data and sending log files to a destination.
If you want to stop receiving the logs, you can New-DataStreamDeactivation at any time.
Run Get-DataStream to check your stream's activation status.
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 |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑StreamIDRequired | Your stream's ID. |
Related Links
Updated 4 days ago
