Activation request status

Get-AppSecActivationRequestStatus

Synopsis

Get an activation request status.

Syntax

Get-AppSecActivationRequestStatus [-StatusID] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets the status of a long-running activation request. Any errors that occur when generating the activation cause this API to respond with the underlying error status.

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.

‑Section

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

‑StatusID
Required

The UUID of this activation request status.

Related Links