You only need to initialize EdgeKV once. This operation 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. You won't be able to use any of the EdgeKV API operations or your EdgeKV database until initialization completes. You should only use the default namespace for experimentation and testing purposes. When deploying your EdgeKV database in production, use a new namespace with a different name. If you're part of the EdgeKV Beta for Standard TLS you can also specify a dataAccessPolicy
to run this operation. The dataAccessPolicy
determines if you can create new namespaces only on Akamai’s Enhanced TLS network, or both the Enhanced TLS and Standard TLS networks. By default, all existing namespaces use only the Enhanced TLS network. Contact your Akamai representative for information on how to add the Beta for Standard TLS to your EdgeKV contract.
put https://{hostname}/edgekv/v1/initialize
Recipes
Initialize EdgeKV
Open Recipe