#DNS Check via API
1 messages · Page 1 of 1 (latest)
The documentation implies that it is there
Can you provide the link?
Sure, this is the doc I found
https://docs.netapp.com/us-en/ontap-restapi-9151/ontap/get-name-services-dns.html
What can't you find?
I see that document is for ONTAP 9.15.1 and I see in the onbox swagger docs (cluster_name_or_IP/docs/api/) that that API was added in 9.6. Are you running 9.6 or later?
You know what, PICNIC
Fresh set of eyes, I've found it
Needed a filter on the API call itself
?fields=**
In other news, there is a spelling mistake on this page
https://docs.netapp.com/us-en/ontap-restapi-9151/ontap/name-services_dns_endpoint_overview.html#retrieving-the-dns-configuration-for-a-specific-svm
curl -X GET "https://<mgmt-ip>/api/name-services/dns/179d3c85-7053-11e8-b9b8-005056b41bd1?fileds=**" -H "accept: application/hal+json"
I've raised a issue via the page