Logo
Akamai APIs API Documentation

EdgeKV API-EdgeKV status

Number of APIs: 2


1. Get the EdgeKV initialization status

GET https://{{host}}/edgekv/v1/initialize

View the EdgeKV initialization status.



2. Initialize EdgeKV

PUT https://{{host}}/edgekv/v1/initialize

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.



ENDPOINTS