Subscription

New-NetworkListSubscription

Synopsis

Subscribe to network lists.

Syntax

New-NetworkListSubscription [-Recipients] <String> [-UniquedIDs] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Specifies a set of email addresses to inform Control Center account recipients about changes to a set of network lists.

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.

‑Recipients
Required

A full set of email addresses, at least one, that receive notifications about any changes to the network lists specified in -UniquedIDs.

‑Section

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

‑UniquedIDs
Required

A full set of network list identifiers, at least one, the recipients are notified about.

Related Links