Activation
Get-EdgeWorkerActivation
Synopsis
Get an activation.
Syntax
Get-EdgeWorkerActivation -EdgeWorkerName <String> [-ActivationID <String>] [-Version <String>] [-ActiveOnNetwork] [-Network <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeWorkerActivation -EdgeWorkerID <Int32> [-ActivationID <String>] [-Version <String>] [-ActiveOnNetwork] [-Network <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all EdgeWorker activations or returns a specific activation record by its ID. You can specify an EdgeWorker by either its name, ID, or version. The -Version
parameter is a specific version number or the word latest
.
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. |
‑ActivationID |
Your EdgeWorker activation's ID. |
‑ActiveOnNetwork |
When enabled, limits results to show only currently active versions. Pair this with a network to get the version that's currently active on a specific network. Otherwise, the response may include up to two versions. |
‑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 |
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 |
Your EdgeWorker's version, either an integer or the word |
Related Links
Updated 6 days ago