Onboarding

Synopsis

Get an onboarding.

Syntax

Get-AppSecOnboarding [-OnboardingStatuses <String[]>] [-Hostnames <String[]>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-AppSecOnboarding -OnboardingID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

List all current onboardings, or get details on a specific task by its OnboardingID. Once you've completed all steps in the onboarding process, run this call again to verify onboardingStatus: "COMPLETE".

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.

‑Hostnames

List of hostnames to be added to the configuration.

‑OnboardingID
Conditionally required

A unique identifier for an onboarding.

‑OnboardingStatuses

Lists onboardings for a specific status.

‑Section

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

Related Links