Activation

New-ClientListActivation

Synopsis

Activate a client list.

Syntax

New-ClientListActivation -Name <String> -Network <String> [-Comments <String>] [-NotificationRecipients <String>] [-SiebelTicketID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-ClientListActivation -Name <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-ClientListActivation -ListID <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-ClientListActivation -ListID <String> -Network <String> [-Comments <String>] [-NotificationRecipients <String>] [-SiebelTicketID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Activates a client list on the staging or production network.

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
Conditionally required

A request body, either as a PSCustomObject or a string. This parameter supports pipelining.

‑Comments

A brief description of the activation.

‑EdgeRCFile

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

‑ListID
Conditionally required

Your client list's ID.

‑Name
Conditionally required

Your client list's name.

‑Network
Conditionally required

The type of network where you activate your client list, either STAGING or PRODUCTION.

‑NotificationRecipients

A list of users to notify via email.

‑Section

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

‑SiebelTicketID

Your Siebel ticket's ID, if the activation is linked to one.

Related Links