POST
/
dns
/
v2
/
analyze
/
{name}
/
delegation-status
curl --request POST \
  --url https://api.gcore.com/dns/v2/analyze/{name}/delegation-status \
  --header 'APIKey: <api-key>'
{
  "authoritative_name_servers": [
    {
      "ipv4Addresses": [
        "<string>"
      ],
      "ipv6Addresses": [
        "<string>"
      ],
      "name": "<string>"
    }
  ],
  "gcore_authorized_count": 123,
  "is_whitelabel_delegation": true,
  "non_gcore_authorized_count": 123,
  "zone_exists": true
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

name
string
required

zone name

Response

200
application/json

DelegationStatusResponse

The response is of type object.