Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API Examples

Reply

return fields for nested (sub)object

[ Edited ]
Member
Posts: 1
213     0

Hi all,

I search with python via API
'/record:host?mac=' + mac + '&_return_fields=' + ','.join(fields) for MACs in the Infoblox.


fields are (example) --fields=extattrs,name,view,ipv4addrs,aliases,comment,configure_for_dns,disable

 

then I get some data for the ipv4addrs with ip_address

/ipv4address?ip_address=' + ip_v4

for types, status etc.


Is it possible to combine the queries? To get the data from ip_address with the ip4vaddrs from record:host?

 

Thx,

Frank

Showing results for 
Search instead for 
Did you mean: 

Recommended for You