Skip to main content
GET
/
dns
/
v2
/
zones
/
{name}
/
dnssec
/
parent-ds
Get DNSSEC Parent DS State
curl --request GET \
  --url https://api.gcore.com/dns/v2/zones/{name}/dnssec/parent-ds \
  --header 'Authorization: <api-key>'
{
  "has_valid_parent_ds": true,
  "parent_zone": "<string>",
  "scanned_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

name
string
required

Response

GetDNSSECParentDSResponse

has_valid_parent_ds
boolean
parent_zone
string
scanned_at
string<date-time>