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 & Integration, DevOps,NetOps,SecOps

Reply

Using API to update description attribute in infoblox gui

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