Upload

Synopsis

Get namespace upload job details.

Syntax

Get-EdgeKVUpload -NamespaceID <String> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeKVUpload -NamespaceID <String> -Network <String> -BulkUploadID <String> [-IncludeErrors] [-MaxItems <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

View details about a specific namespace upload job.

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.

‑BulkUploadID
Conditionally required

Unique identifier for each bulk upload request.

‑EdgeRCFile

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

‑IncludeErrors

Whether to return errors encountered while processing CSV records.

‑MaxItems

If specified, maximum number of items to return per request, up to the system limits.

‑NamespaceID
Required

A namespace's ID.

‑Network
Required

The type of network to execute the API request on, either STAGING or PRODUCTION.

‑Section

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

Related Links