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 Examples

Reply

Creation of an unmanaged entry via REST API

Techie
Posts: 1
14114     0

Dear Infoblox team,

 

I am currently using an Infoblox appliance's v1.6.1 WAPI.

I am trying to assign some addresses in my IP range to be marked as unmanaged using WAPI, but the API guide I have managed to put my hands on offers no instructions on how should it be done.

Any help on the issue of marking an address as unmanaged using WAPI v1.6.1 would be appreciated.

 

 

Thanks,

D.

Re: Creation of an unmanaged entry via REST API

New Member
Posts: 2
14114     0

If by "unmanaged" you mean not added to DNS, the configure for DNS = false does the trick.

 

        payload = '{"ipv4addrs": [{"configure_for_dhcp": false,  \
                    "ipv4addr": "' + ipv4addr + '"}], \
                    "configure_for_dns": false, \
                    "name": "' + fqdn  }'

 

r = requests.post(url=ibx_url, auth=(username,password), verify=False, data=payload)

Re: Creation of an unmanaged entry via REST API

Adviser
Posts: 11
14115     0

Hi,

 

Unmanaged IP Address entries in IPAM refers to used IP addresses which are discovered via IPAM discovery or Network Discovery. These are called unmanaged to specify that they are not 'created' in Infoblox or that Infoblox does not know about them apart from the discovered data.

 

Hence these entries cannot be created via API or GUI. 

 

Regadrs,

Sandeep

Showing results for 
Search instead for 
Did you mean: 

Recommended for You