Re: Search for CNAME record based on hostname
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2021 06:13 AM
This widget could not be displayed.
This widget could not be displayed.
Hi
I think you should try searching by canonical insted.
For case insensitive search you can use ":" in the query like "?canonical:~=<your host>"
Sample curl
curl -k -u admin:infoblox -X GET "https://grid-master/wapi/v2.11/record:cname?canonical:~=host.com&_return_as_object=1"
Shukran