Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

Using API to update description attribute in infoblox gui

New Member
Posts: 3
1765     0

Hi,

 

I was wandering if anyone can help me use the infoblox API to update the description attribute for a fixed IP adress. 

Is there capability in the API to update that description attribute?

 

infoblox_descrpition.PNG

Re: Using API to update description attribute in infoblox gui

Adviser
Posts: 181
1766     0

Hi,

 

I can't see the screenshot you have pasted. Could you please attach it as a file instead?

 

Is this description field an extensible attribute? If yes, then you can try and update it as below:

curl -k -u admin:infoblox -H 'content-type: application/json' -X PUT "https://grid-master/wapi/v2.11/fixedaddress/ZG5zLmZpeGVkX2FkZHJlc3MkMTkyLjE2OC4xLjEwMC4wLi4:192.168.1.100/default?_return_fields%2B=extattrs&_return_as_object=1" -d '{"extattrs":{"Description": {"value": "Test Description"}}}'

Regards,

Krishna

Showing results for 
Search instead for 
Did you mean: 

Recommended for You