EdgeKV

Initialize-EdgeKV

Synopsis

Initialize EdgeKV.

Syntax

Initialize-EdgeKV [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Initializes EdgeKV (you need to do this only once) and adds the default EdgeKV namespace to Akamai's staging and production networks. It also creates a new dedicated CP code for you to track your EdgeKV usage.

Note: You'll be able to use the EdgeKV API operations or your EdgeKV database only after initialization completes. You should only use the default namespace for experimentation and testing purposes. When deploying your EdgeKV database to production, use a new namespace with a different name.

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.

‑Section

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

Related Links