Activation
New-EdgeWorkerActivation
Synopsis
Activate an EdgeWorker version.
Syntax
New-EdgeWorkerActivation -EdgeWorkerName <String> -Version <String> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeWorkerActivation -EdgeWorkerID <Int32> -Version <String> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Activates an existing EdgeWorker version on Akamai's 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. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑EdgeWorkerID Conditionally required |
Your EdgeWorker's ID. |
‑EdgeWorkerName Conditionally required |
Your Edge Worker's name. |
‑Network Required |
When enabled, limits results to show only versions activated on a specific network, either |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Version Required |
Your EdgeWorker's version, either an integer or the word |
Related Links
Updated 3 days ago