Description
Returns a string containing all active Key Signing Keys (KSK) for a given entityId value in a specified output format with its start time and expire time, divided by a delimiter (|). The list of returned KSKs is sorted in descending order by expiry date.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID of the entity associated with the KSK. The only supported entity types are zone, IPv4 block, and IPv4 network. |
format |
Location: query Type: string The output format of the KSK of an entity. The value must be one of the constants listed in DNSSEC key format. |
Responses
Code | Description |
---|---|
200 |
Type: Array of string Returns a string containing up to two active KSK(s) of an entity. |