Skip to content
Start here

Zsk

List DNSSEC ZSKs
GET/zones/{zone_id}/dnssec/zsk
ModelsExpand Collapse
ZskListResponse object { DNSKEY, Location, Name, 2 more }
DNSKEY: optional object { Algorithm, Flags, Hdr, 2 more }
Algorithm: optional number
Flags: optional number
Hdr: optional object { Class, Name, Rdlength, 2 more }
Class: optional number
Name: optional string
Rdlength: optional number
Rrtype: optional number
Ttl: optional number
Protocol: optional number
PublicKey: optional string
Location: optional "database" or "vault"

Storage backend where the DNSSEC key material is stored.

One of the following:
"database"
"vault"
Name: optional string

Internal key name for the ZSK.

SigningKey: optional object { kek, privkey, pubkey }
kek: optional string

Key encryption key name used to encrypt the private key.

privkey: optional string

Encrypted private key material for the signing key.

formatbyte
pubkey: optional string

Public key content associated with the signing key.

Tag: optional "active" or "publish" or "external" or 3 more

Lifecycle state tag attached to the DNSSEC key.

One of the following:
"active"
"publish"
"external"
"retired"
"revoked"
"removed"