{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens EdgeKV status API", "version": "2" }, "items": [ { "info": { "name": "EdgeKV status", "type": "folder" }, "items": [ { "info": { "name": "Akamai Get the EdgeKV Initialization Status", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/initialize", "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "View the EdgeKV initialization status." }, { "info": { "name": "Akamai Initialize EdgeKV", "type": "http" }, "http": { "method": "PUT", "url": "https://{hostname}/api-definitions/v2/initialize", "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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 differe" } ] } ], "bundled": true }