cdns/{{name}}/dnsseckeys/ksk/generate

POST

Generates a new KSK for a specific CDN.

Auth. Required

Yes

Roles Required

“admin”

Response Type

Object (string)

Request Structure

Table 117 Request Path Parameters

Name

Required

Description

name

yes

The name of the CDN for which the KSK will be generated

expirationDays

The integral number of days until the newly generated KSK expires

effectiveDate

An optional string containing the date and time at which the newly generated KSK becomes effective, in RFC 3339 format. Defaults to the current time if not specified

Response Structure

#243 Response Example
{ "response": "Successfully generated ksk dnssec keys for my-cdn-name" }