Revision activation

Get-EdgeworkerRevisionActivation

Synopsis

Get revision activations.

Syntax

Get-EdgeworkerRevisionActivation -EdgeWorkerName <String> [-Version <String>] [-ActivationID <Int32>] [-Network <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeworkerRevisionActivation -EdgeWorkerID <Int32> [-Version <String>] [-ActivationID <Int32>] [-Network <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets activations for an existing EdgeWorker revision based on the EdgeWorker's ID or name.

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.

‑EdgeRCFile

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

‑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 STAGING or PRODUCTION. Pair this with activeOnNetwork=true to get the version that's currently active on the specified network.

‑Section

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

‑Version

Your EdgeWorker's version, either an integer or the word latest.

Related Links