Filtering Options
- Discussions
- in accepted solutions
- +
- solved
- +
- in API & Integration, DevOps,NetOps,SecOps
21 - 30 of about 100 discussions
Sorted by:
1How to get the network an IP is in
Latest Post By
benclarke64
in API & Integration, DevOps,NetOps,SecOps
Hi all, Im new to Infoblox and im trying to get the network a fixed IP is within. Heres what im working with: r = requests.get("https://" + app.config['INFOBLOX_HOST'] + "/wapi/v2.0/search?address...
06-09-2022
05:20 AM
3
Replies
1024
Views
1Retrieving netMRI Job details log files
Latest Post By
NSrivastava
in API & Integration, DevOps,NetOps,SecOps
Hello Everyone! I'm trying to retrieve netMRI Job details using its WAPI but I'm not sure why my request is giving me an error? Can someone please advise. Here is the wapi call I fo...
03-24-2021
10:34 AM
2
Replies
1539
Views
1Listing all the subnets from NetMRI
Latest Post By
NSrivastava
in API & Integration, DevOps,NetOps,SecOps
Hi Everyone I'm trying to list all the subnets from NetMRI without providing my input criteria. Exp: 1. https://xxxxxxxxxxxxxx/api/3.8/subnets/index The output of th...
05-27-2022
02:55 PM
1
Reply
719
Views
1WAPI: Add new IP for existing host
Latest Post By
Manuel_Schutzi
in API & Integration, DevOps,NetOps,SecOps
I've tried to add a new IP for an existing host via a python script and the WAPI. To crate a new host is not a problem and this works fines. url = f"https://{self.config['Infoblox']['host']...
05-17-2022
06:00 AM
1
Reply
1123
Views
1Create a report used/unused ips in multiples subne...
Latest Post By
pponte
in API & Integration, DevOps,NetOps,SecOps
Hello team, I need to create a report to send to my customer to knwo how many ip address are free/used in every subnet. I created a report by using splunk in Infoblox -Reporting, but I am trying to...
05-04-2022
10:08 AM
7
Replies
2601
Views
1Register host record using next available IP and e...
Latest Post By
jerrybiling
in API & Integration, DevOps,NetOps,SecOps
Hi I am trying to register a new host record using next available IP and on specific networks that matches extensible attributes with the parameters I specify for "Bucket" and "Site". Today t...
04-05-2022
08:05 AM
2
Replies
1332
Views
1Restarting Infoblox using API giving error
Latest Post By
Sidko
in API & Integration, DevOps,NetOps,SecOps
Hi, I am trying to restart Infoblox using API endpoint {restartservices} after fixing IP but I am getting an error [The remote server returned an error: (400) Bad Request.] Any help...
03-21-2022
10:28 PM
8
Replies
1961
Views
1Ansible Playbook for BloxOne Cloud
Latest Post By
a_techie
in API & Integration, DevOps,NetOps,SecOps
Hello All, I am a newbie to Bloxone environmemt. I need to write an Ansible Playbook to configure DHCP scopes in BloxOne. I am facing some issue get Ansible work with BloxOne. ---
-...
03-25-2022
03:35 PM
4
Replies
1344
Views
1API/WAPI network creation with extensible attribut...
Latest Post By
Hector_Jimenez
in API & Integration, DevOps,NetOps,SecOps
Hi all, Is there a way to do a API/WAPI call to create a network along with the parameters which contains the extensible attributes associated to it? (I'm not looking for the next available ...
03-17-2022
10:47 AM
3
Replies
1239
Views
1Create the IP Address /ipam/address
Latest Post By
msgpeteron
in API & Integration, DevOps,NetOps,SecOps
According to /api/ddi/v1 /ipam/address Create the IP address documentation I should be able to create a new ip address in a designated space. Below is the body of the Post {  ...