Description
Returns an array 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.
Note: This API method supports read-only API sessions. For more information on
read-only API sessions and a list of API methods that support read-only
API session, refer to Read-only API sessions.
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 an array containing up to two active KSKs of an entity.
|