Onboarding activation

Synopsis

Get an onboarding activation.

Syntax

Get-AppSecOnboardingActivation [-OnboardingID] <Int32> [-ActivationID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Returns the status of an onboarding activation. Activations can take about 20 minutes. If the activation fails, to specific information about the failure is returned in the error response.

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
Required

Your activation's ID.

‑EdgeRCFile

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

‑OnboardingID
Required

A unique identifier for an onboarding.

‑Section

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

Related Links