Filtering Options
- Discussions
- in accepted solutions
- +
- solved
- +
- in API Examples
21 - 24 of 24 discussions
Sorted by:
1How to set check mark "Disable for DHCP" for new c...
Latest Post By
cschn
in API Examples
Hi I'm able to create an new Network with a REST POST. But I need to set the Option "Disable for DHCP". How can I do that, either during creation, or after creation as second step? &n...
05-14-2020
06:06 AM
1
Reply
2159
Views
1Infoblox wapi python help with adding a new host t...
Latest Post By
markrodr
in API Examples
...s a response, response.content will contain a json object with the properties for that host
hostExists = "%s.mydomain.net" % (hostName) in response.content
if hostExists == True:
print ("The h...
03-18-2020
01:03 PM
4
Replies
5173
Views
1How to schedule a Delete of a record:host via the ...
Latest Post By
Jordy
in API Examples
Hi, Is it possible to delete a record:host on a scheduled date via the (W)API? I know it is possible to schedule the deletion of a record host via the UI, but I am unable to do this...
06-20-2019
01:03 AM
2
Replies
3763
Views
1Looking for a WAPI API to do upgrade of members an...
Latest Post By
lramamur
in API Examples
Hi All, I am new to WAPI API's. When i had a look at the documentation, i could not find out any API that does : 1. Backing up of configuration files 2. Restoring back the backed u...
11-22-2018
11:14 PM
14
Replies
24500
Views
- « Previous
- Next »