Filtering Options
- Discussions
- in accepted solutions
- +
- solved
- +
- in API & Integration, DevOps,NetOps,SecOps
11 - 20 of about 100 discussions
Sorted by:
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
3148
Views
1How to Pull Non-Base Fields via REST API Get Metho...
Latest Post By
rakeshurugonda
in API & Integration, DevOps,NetOps,SecOps
I am currently using the following API call to pull the base fields and it works fine but when I try to add fields created manually, API unable to recognize the fields.I tried using the "_return_fiel...
10-10-2023
08:03 AM
2
Replies
1994
Views
1Need help with adding a custom field to API call
Latest Post By
rakeshurugonda
in API & Integration, DevOps,NetOps,SecOps
Hello, I am new to the community. I work on ServiceNow and trying to build integration between Infoblox and ServiceNow. My goal is to pull DHCP subnet data and document it in ServiceNow. Part of the...
10-06-2023
12:56 PM
1
Reply
2507
Views
1How to Add multiple Extensible Attribute
Latest Post By
ravig
in API & Integration, DevOps,NetOps,SecOps
I am using the InfoBlox API to add a given extensible attribute:value to a specific network obect, although I don't seem to be able to add new ones as everytime I try to do that, I always overwrite t...
05-15-2023
05:57 AM
2
Replies
1937
Views
1restart_status() incorrectly returns nothing
Latest Post By
Marshall_UB
in API & Integration, DevOps,NetOps,SecOps
We have a perl script which restarts our Infoblox service, but only when configuration changes require a service restart to take effect. However, we've noticed that even though the Infoblox ...
04-05-2023
11:01 AM
4
Replies
2037
Views
1Ansible infoblox.nios_modules.nios_lookup limit of...
Latest Post By
HouSysAdm
in API & Integration, DevOps,NetOps,SecOps
I am using the infoblox.nios_modules.nios_lookup module to get all host records or all A records but both plays only return 1,000 items. I can not find anything about specifying a page size. Whe...
04-28-2023
01:35 PM
2
Replies
1587
Views
1How to search multiple networks using API?
Latest Post By
Arulprakash
in API & Integration, DevOps,NetOps,SecOps
I would like to search multiple networks in same API call . I have tried below URL for one network, however i would like to add few more networks in search. https://URL.com/wapi/v2.11.3/netw...
03-22-2023
12:00 AM
1
Reply
3133
Views
1How to add a new MAC Filter?
Latest Post By
ElliotP
in API & Integration, DevOps,NetOps,SecOps
I am trying to automate the process of adding MAC addresses (with an appropriate name/comment) to one of our MAC Address Filters. I have retrieved the _ref of the MAC address filter I ...
03-03-2023
07:26 AM
2
Replies
1827
Views
1RestoreDatabase
Latest Post By
hendricksonet29
in API & Integration, DevOps,NetOps,SecOps
...eturns a 400 : The remote server returned an error. $infoblox_uri = "https://<infoblox_addr>/wapi/v2.12/fileop?_function=restoredatabase"
$data = @{
keep_grid_ip = 'True...
03-01-2023
03:03 PM
1
Reply
1418
Views
1Search extensible attribute for a value
Latest Post By
garycs
in API & Integration, DevOps,NetOps,SecOps
I have record:cname and record:host records with extensible attrtibutes of "Technical Owner" and "Business Owner". I am trying to search one of these extensible attributesd for a specific value. &nb...
02-06-2023
01:38 PM
5
Replies
2158
Views