Export

Synopsis

Get asynchronous export results.

Syntax

Get-AppSecExport [-ConfigName] <String> [-VersionNumber] <String> -ExportID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-AppSecExport -ConfigID <Int32> [-VersionNumber] <String> -ExportID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Get a security configuration version's export data from a previously completed asynchronous task. This is only available when the task status is COMPLETED.

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.

‑ConfigID
Alias: ‑id
Conditionally required

Your configuration's ID.

‑ConfigName
Conditionally required

The name of your security configuration.

‑EdgeRCFile

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

‑ExportID
Required

A unique identifier for each asynchronous export.

‑Section

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

‑VersionNumber
Alias: ‑version
Required

A configuration's version. Can be an integer or the word latest.

Related Links