Filtering Options
- Discussions
- in accepted solutions
- +
- solved
- +
- in API & Integration, DevOps,NetOps,SecOps
1 - 10 of about 100 discussions
Sorted by:
1Setting IPv4 DHCP Failover Association using API
Latest Post By
molinyawer
in API & Integration, DevOps,NetOps,SecOps
Hello, I was trying to test creating a DHCP range on a subnet using API. I have already added two DHCP members who are in FOA(failover association) on the subnet. Unfortunately, I only saw h...
08-22-2024
09:21 PM
2
Replies
443
Views
1API permissions independent from Dashboard?
Latest Post By
JFoushee
in API & Integration, DevOps,NetOps,SecOps
Hi. I have permissions to the Infoblox Dashboard, using MS Edge. I log in using my Windows username and password. It shows my username in the top-right corner when I log in. I want to use th...
06-20-2024
06:12 AM
3
Replies
1065
Views
1Hard Links to IPAM entries
Latest Post By
drickard
in API & Integration, DevOps,NetOps,SecOps
Very basic integration requirement: Is it possible to create a hard link in the form of a URL, to an IPAM entry, such as an address that I can use from outside infoblox, e.g. from a wiki page?
08-02-2024
08:48 AM
2
Replies
829
Views
1PTR records for a large subnet
Latest Post By
tngodncr
in API & Integration, DevOps,NetOps,SecOps
I have a need to identify and delete stale PTR records from certain subnets. The subnet could be a /24 or a /23 or even a /16. There are a fair amount of these networks and this involves a lot of PTR...
07-08-2024
09:47 AM
2
Replies
1475
Views
1Reproduce nslookup or dig with API queries
Latest Post By
DNSGEORGE1
in API & Integration, DevOps,NetOps,SecOps
I would like to create a web based site that will return the same results produced by either nslookup or dig. You can find many public tools to do this and they all work against public DNS s...
05-08-2024
09:08 AM
2
Replies
5031
Views
1Abandoned Leases -- two leases for each IP Address...
Latest Post By
GreenMotion
in API & Integration, DevOps,NetOps,SecOps
Good day everyone! When I pull abandoned leases via the /leases API, I get two unique leases for each IP address. At first I thought I was getting duplicates, but looking at the _ref I see t...
1Unknown Object Type?
Latest Post By
jjevans069
in API & Integration, DevOps,NetOps,SecOps
...4/default", "network": "10.200.243.0/24", "network_view": "default", "disable": true }, { "_ref": "network/ZG5zLm5ldHdvcmskMTAuMjAwLjg1LjAvMjQvMA:10.200.85.0/24/default", "network": "10.200.85.0...
02-19-2024
08:27 AM
3
Replies
2135
Views
1How to add multiple CAA records with python and in...
Latest Post By
S-van-Hattum
in API & Integration, DevOps,NetOps,SecOps
Hello, Within the Infoblox WebGUI it is possible to create multiple CAA records with the same name but different values. However via Python and the infoblox-client module I can not do this and I ...
01-29-2024
01:34 AM
1
Reply
114
Views
1Ansible lookup for ipv4addr not returning all entr...
Latest Post By
sasokraj22
in API & Integration, DevOps,NetOps,SecOps
When I try to fetch all IPv4 records in Infoblox using the Ansible collection as below, it returns a subset of all the IPs - name: Fetch all host DNS records from Infoblox
set_fact:
all_infobl...
12-19-2023
11:53 AM
2
Replies
3636
Views
1Using Python to get next available network
Latest Post By
sandstrand
in API & Integration, DevOps,NetOps,SecOps
I have a container, 10.132.0.0/16, with 2 subnets (10.132.0.0/24 and 10.132.1.0/24). I want to get the next available subnet (10.132.2.0/24). I have this python-kode: import requests imp...
10-24-2023
06:12 AM
3
Replies
3047
Views