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

Using API to update description attribute in infoblox gui

New Member
Posts: 3
1685     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
1685     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