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.

Cloud

Reply

Infoblox REST API get A record parameters ?

New Member
Posts: 1
5279     0

Trying to get specific A record ,

curl --location --request GET 'https://10.10.10.10/wapi/v2.10.3/record:a'

but not sure what parameters to use in order to get a specific record by name, not all records

Re: Infoblox REST API get A record parameters ?

Adviser
Posts: 181
5280     0

Hi,

 

You can filter by a specific name using the following WAPI call:

curl --location --request GET 'https://10.10.10.10/wapi/v2.10.3/record:a?name=test.sample.com'

Hope this helps,

Krishna

Re: Infoblox REST API get A record parameters ?

[ Edited ]
Authority
Posts: 17
5280     0

Hi,

Try this to create and view objects.

Create a resource record A

curl -k1 -u user: password -X POST https://GMip/wapi/v2.10.5/record:a -d ipv4addr=10.1.10.20 -d name=www.zonename

 

View all records within a specific zone

 

curl -k1 -u user: password -X GET https://GMip/wapi/v2.10.5/allrecords?zone=zonename

 

 

Note: WAPI 2.10.5

 

Thank you.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You