Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

How to get Number of DNS records using Rest API

New Member
Posts: 1
1474     1

Hi Everyone,

I am using REST API to get the DNS records details from InfoBlox and below is the API I am using

https://{{grid_master}}/wapi/v2.7/record:host?_max_results=1000&_paging=1&_return_as_object=1

 

From the result returned I am using "next_page_id" field to make further calls to the API. The next api  calls looks like this

https://{{grid_master}}/wapi/v2.7/record:host?_max_results=1000&_paging=1&_return_as_object=1&_page_id=" + next_page_id 

 

Now my issue is I am unable to get the total DNS records present in the grid master via API, so that I can limit the number of calls I can make. Can anyone let me know how can I get the total number of DNS records present in the grid?

 

Thanks,

Sandeep

Showing results for 
Search instead for 
Did you mean: 

Recommended for You