Create an access key version

Rotates an access key to a new version. You should only need to do this if your cloud provider credentials have changed, for example because they've expired or been compromised. Only two versions of an access key can exist and be active at the same time. If you have two access key versions you have to delete one of them before you can create another version.

Path Params
integer
required

The unique identifier Akamai assigns to an access key.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
string
required
length between 1 and 128

A unique identifier that's combined with the cloudSecretAccessKey to sign API requests. This is the access key ID (AWS) or access ID (GCS) you get from your cloud provider.

string
required
length between 1 and 128

A value that's combined with the cloudAccessKeyId to sign API requests. This is the secret access key (AWS) or secret (GCS) you get from your cloud provider.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

requestId assigned to the request to create a new version of an access key. It also includes the Location and Retry-After response headers that apply to the request.

accessKeyUid doesn't exist.

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json