Export status
Synopsis
Get asynchronous export status.
Syntax
Get-AppSecExportStatus [-ConfigName] <String> [-VersionNumber] <String> -ExportID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Get-AppSecExportStatus -ConfigID <Int32> [-VersionNumber] <String> -ExportID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Get a security configuration version's export status. When PENDING, the task is still running. When COMPLETED, the task finished successfully and you can collect the results through the link in the response. A status of FAILED appears when the task can't 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. |
‑ConfigIDAlias: ‑idConditionally required | Your configuration's ID. |
‑ConfigNameConditionally required | The name of your security configuration. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑ExportIDRequired | A unique identifier for each asynchronous export. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionNumberAlias: ‑versionRequired | A configuration's version. Can be an integer or the word |
Related Links
Updated 7 days ago
