Filtering Options
- Discussions
- in accepted solutions
- +
- solved
- +
- in API & Integration, DevOps,NetOps,SecOps
81 - 90 of 100 discussions
Sorted by:
1infoblox-client, AWX and python3
Latest Post By
rwalsh
in API & Integration, DevOps,NetOps,SecOps
Hi all, I'm having an issue getting the infoblox-client module to work inside AWX. I have it installed in the ansible virtual environment and can even run a playbook utilizing nios inside that ...
06-02-2020
11:56 AM
3
Replies
6087
Views
1Adding a PTR record to Infoblox server with a Powe...
Latest Post By
frankg
in API & Integration, DevOps,NetOps,SecOps
...ri = "https://$GridServer/wapi/v$apiVersion/record:ptr"
if ($PSBoundParameters.ContainsKey('CreateInDNS')) {
$dns = $true
} else {
$dns = $false
}
# A...
05-13-2020
12:10 AM
5
Replies
5493
Views
1Does Infoblox support marking the records as prote...
Latest Post By
oconnorp
in API & Integration, DevOps,NetOps,SecOps
I have a customer implementing the VRA 8.1 Infoblox Plugin and would like to know if host records are marked as protected when created from a VRA deployment? If not automatically , how would...
05-05-2020
08:02 AM
1
Reply
2176
Views
1Join Grid Function: How does it work?
Latest Post By
wrecktangle
in API & Integration, DevOps,NetOps,SecOps
I'd like to take advantage of the Grid Join function listed in the RestAPI guide: curl -k -u admin:infoblox -H 'content-type: application/json' -X POST "https://member-master/wapi/v2.11/grid?_functi...
04-29-2020
10:01 AM
2
Replies
2866
Views
1Get GRID Member Running Status
Latest Post By
RdeVries_2
in API & Integration, DevOps,NetOps,SecOps
I'm trying to retrieve the GRID Member Running Status via API, but when I invoke the ?_return_fields=service_status on a member, I'm getting sub-service statuses back, and not the running status...
04-15-2020
01:08 PM
2
Replies
3613
Views
1how to provide null value for an extensible attrib...
Latest Post By
Ashley
in API & Integration, DevOps,NetOps,SecOps
Hi Team, I have a quick question. What is the way to provide empty value for an Infoblox extensible attribute as a part of API call?? When I write like this, "Justi...
03-31-2020
10:38 AM
5
Replies
5277
Views
1IP address missing in Secondary zone
Latest Post By
jpcadiat
in API & Integration, DevOps,NetOps,SecOps
I am currently developping a script to create PTR entries for all the A records we imported from our Windows domains. These domains remain authoritative and the corresponding zones are created in our...
02-07-2020
06:29 AM
2
Replies
2861
Views
1next_available_ip_from_cidr equivalent for next_av...
Latest Post By
tc0nn
in API & Integration, DevOps,NetOps,SecOps
I'm trying to assign smaller subnets from within a specific cidr, is there a " next_available_ip_from_cidr" equivalent that allows me to request more than a single IP ? Something like: network=n...
02-12-2020
09:10 AM
1
Reply
2027
Views
1WAPI - Create Vlans with excluded id's
Latest Post By
Kangur
in API & Integration, DevOps,NetOps,SecOps
...06
]
},
"assign_state": {
"vlan_id": "vlan_ids"
},
"enable_substitution": true
},
{
"method": "POST",
"object": "v...
01-22-2020
01:41 AM
1
Reply
2521
Views
1Permissions for PTR Record?
Latest Post By
PepDxc
in API & Integration, DevOps,NetOps,SecOps
Hello, I'm not administering Infoblox, I'm only trying to automate the creation of some records. I was able to add 'A' records successfuly, but I'm in troubles for PTR records. Seem...
01-21-2020
11:23 AM
2
Replies
3406
Views